Answers for "how to find the position of second last character in excel"

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 "how to find the position of second last character in excel"

Browse Popular Code Answers by Language