Answers for "find character from last in excel"

0

ms excel find last character in a cell

=RIGHT(A2,LEN(A2)-FIND("@",SUBSTITUTE(A2,"/","@",LEN(A2)-LEN(SUBSTITUTE(A2,"/",""))),1))
Posted by: Guest on May-07-2020
0

excel find position of second to last character in a string

=FIND(CHAR(160),SUBSTITUTE(text,"@",CHAR(160),N))
Posted by: Guest on September-03-2020

Code answers related to "find character from last in excel"

Browse Popular Code Answers by Language