Hello, I'm trying to extract the number after the text AC including the decimals, but not the numbers afterwards. The string is below. I would like to get the number 40.16 extracted into a separate column. Thank you.
The solution provided by Bosco is somewhat different using European settings
=LOOKUP(9E+307;0+MID(A2;FIND("AC";A2)+3;{1\2\3\4\5}))
And the decimal point in the data has to be replaced with a comma one way or another...