Good morning, I am struggling with the find function in excel. I have a string for example 112ABC325 in cell A1. I need to extract the ABC, now the ABC can be anwhere in the string.
This is what ive tried
IF(FIND(ABC,A1),ABC,"")
But everything comes as blank, ("") even though there is ABC in the string.
Any ideas?
Thank you
Richard Baker
This is what ive tried
IF(FIND(ABC,A1),ABC,"")
But everything comes as blank, ("") even though there is ABC in the string.
Any ideas?
Thank you
Richard Baker