How to determine which column a certain character is in for a text with three columns?
I need to extract the index from the main text, and I don't like the indexing function that comes with the system because it's too difficult to use.
The customer hopes that the index keyword will be followed by the page number and the corresponding column (A, B, C),
I ran into it today, I was very anxious and exhausted
Like this:
Overview 168a
Finance 260b
Industry 210c
If I can use a script to determine which column a certain character is in, I can add a, b, and c to that character using regular expressions
Please provide guidance from experts.
Thank you very much~
