tarynmahon
Member
I have a list of data that goes something as follows;
AB01*TG
AB02*TG
AB03*TG
AB04*TG
I need to find and replace the * with _ as its in the wrong format for me to do a look up on, the problem is the Find and Replace function is automatically treating the * as a wildcard and therefore replacing the whole AB01*TG with _
The letters and numbers I have just used for simplicity, they could be any combination of letters/numbers therefore I cannot use find *TG for example.
AB01*TG
AB02*TG
AB03*TG
AB04*TG
I need to find and replace the * with _ as its in the wrong format for me to do a look up on, the problem is the Find and Replace function is automatically treating the * as a wildcard and therefore replacing the whole AB01*TG with _
The letters and numbers I have just used for simplicity, they could be any combination of letters/numbers therefore I cannot use find *TG for example.