I have been given an excel workbook with one column that "should be" numeric only but..
It has A100, A5000, 1 and 400. They should be 100, 5000,1 and 400.
According to the Microsoft online help the formula "should" convert to all numeric "=1*MID(C2,MATCH(TRUE,ISNUMBER(1*MID(C2,ROW($1:$9),1)),0),COUNT(1*MID(C2,ROW($1:$9),1)))" but what it returns is #NA.
Any ideas of where to look?
Thanks in advance.
It has A100, A5000, 1 and 400. They should be 100, 5000,1 and 400.
According to the Microsoft online help the formula "should" convert to all numeric "=1*MID(C2,MATCH(TRUE,ISNUMBER(1*MID(C2,ROW($1:$9),1)),0),COUNT(1*MID(C2,ROW($1:$9),1)))" but what it returns is #NA.
Any ideas of where to look?
Thanks in advance.