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

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 position of second last character in text in excel cell"

Browse Popular Code Answers by Language