Copy the below formula. Click cell B2. Go to the formula bar and paste in the formula. Press enter. What happens?
=MIN(FIND({0,1,2,3,4,5,6,7,8,9};A2&"0123456789"))
If you replace the commas with semicolons then what happens?
=MIN(FIND({0;1;2;3;4;5;6;7;8;9};A2&"0123456789"))
Because using ";" in my Excel brings me to the next step in the function and gives errors, see img:
https://imgur.com/og02qby
Omg it works! I don't know what stupid mistake I did when I tried it first but thanks a lot to you all!