Hi,
I am struggling to replicate a formula that I've built in excel into a SQL query, help is very much appreciated.
=IFERROR(MATCH(TRUE,ISNUMBER(1*MID($A2,ROW($1:$9000),1)),0),1)
The result is the location where the number is e.g. 1bab01 would be 1 but ba1b01 would be 3...
Thanks in advance,