Hi
I need help to find a formula for the following:
1. I have a string 4-75MM which needs to be replaced as 4.75mm - I am currently using the formula =REPLACE(REPLACE("4-75MM",FIND("-","4-75MM",1),1,"."),FIND("MM","4-75MM",1),2,"mm") to do this but a better solutions is welcome
2. Most importantly what i want is to then find the index of this resultant string "4.75mm" in an array.
I have attached an example xl which explains this better.
Regards
docGee
Bookmarks