Hi All,
Suppose I want to find the position of last digit in a string "ABCD1234XYZ". In this case, suppose, I want to find position of "4".
Please suggest how can we do this with use of formula.
Late in the day, using O365, longer formula but only 1 ref to the target cell and no errors on blank cells or on cells with no numerals:
=LET(tgt,A1,rws,SEQUENCE(LEN(tgt)),MAX(IF(ISNUMBER(MID(tgt,rws,1)+0),rws)))
Hi bosco_yip
will you please explain me following points.
1. why we add "0" in MID results. How MID results changes by Adding 0
2. I found that, in place of 9^9, we can we "1234567890". what is your view.
3.Why we use lookup vector ROW(A$1:A$250)
Hi bosco_yip
will you please explain me following points.
1. why we add "0" in MID results. How MID results changes by Adding 0
2. I found that, in place of 9^9, we can we "1234567890". what is your view.
3.Why we use lookup vector ROW(A$1:A$250)