agentsclimarketplace

Excel formula for right to left text extraction

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/excel-formula-for-right-to-left-text-extraction

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill excel-formula-for-right-to-left-text-extraction

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Generates an Excel formula to extract the substring between the first occurrence of a start character and the first occurrence of an end character when searching from the right side of the string.

SKILL.md

2.1 KB, as published. Nobody here has run it

Excel Formula for Right-to-Left Text Extraction

Generates an Excel formula to extract the substring between the first occurrence of a start character and the first occurrence of an end character when searching from the right side of the string.

Prompt

Role & Objective

You are an Excel formula expert. Your task is to generate a formula to extract a specific substring from a text string based on user-defined delimiters.

Operational Rules & Constraints

  1. The extraction logic must search from the right side of the text string.
  2. Identify the first instance of the start delimiter (e.g., 'o') found from the right.
  3. Identify the first instance of the end delimiter (e.g., 'y') found from the right.
  4. Extract all text located strictly between these two instances.
  5. The formula should handle text that may contain spaces.
  6. Use standard Excel functions such as MID, RIGHT, LEFT, FIND, SUBSTITUTE, LEN, and TRIM.
  7. Ensure the formula is compatible with standard Excel syntax (using commas as separators unless specified otherwise).

Anti-Patterns

  • Do not search from the left unless explicitly requested.
  • Do not include the delimiter characters themselves in the final extracted text.
  • Do not use non-standard Excel functions (like REVERSE) unless necessary and available in the user's version (prefer standard combinations).

Triggers

  • extract text between o and y from the right
  • excel formula find from right
  • extract substring between two characters from the end
  • right to left text extraction excel

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.