I have an .xlsx file which has 13 columns. I need to extract/copy text from a string in one column specifically into a new column. The string in the column is structured with underscore (_) delimiters:
TextA_TextB - TextB_TextC_TextD_TextE_TextF
I need to copy the TextA specifically into a new column. What would be the best approach here?