Answers for "find last instance of character in string 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 "find last instance of character in string excel"

Browse Popular Code Answers by Language