Hello,
I am looking for help for 2 things.
1. How do I pull the column of data based on a specific criteria in a cell in that column?
Ex - pulling the column information if row 5 has "603500 Tools" in the cell
2. In Column A - I would like to pull out the characters that are after the first underscore and then pull out the characters that are in the third part of the text.
I have tried various regex syntax but due to the string of text in Column A being inconsistent in the format (i.e, some with two underscores, some with a space), I'm not able to come up with a syntax that captures all the various scenerio's.
I tried to find the various styles of format in the string of text below and shown what I want as an output.
| Original | Desired Output1 |
| CC_15005_MANAGER CUSTOMER SUPPORT | 15005 | Manager Customer Support |
| PC_P0187_DIRECTORY DISTRIBUTION | P0187 | Directory Distribution |
| IM_0021 TECH DIV (1014) | 0021 | Tech Div (1014) |
| PC_P0056 INTERNET TRANSITTING FEES | P0056 | Internet Transitting Fees |
Hopefully this all makes sense. I have attached the excel file. FULLBUD_IS_T_NETY with Name (2) is the raw file that I am working with.
Thanks for your help!