Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I suspect I've made this more difficult than it need be but try this while we wait for a simpler solution. =LEN(A1)-FIND("@",SUBSTITUTE(A1,B1,"@",LEN(A1)-LEN(SUBSTITUTE(A1,B1,"")))) Text in A1 Text to find (counting from the right) in B1 or if you want to know how far from the right the first character is =LEN(A1)-FIND(B1,A1,1)+1 Mike "Eric @ BP-EVV" wrote: If the "FIND" function tells me the first position from the LEFT that a certain character exists in a string, what will do the same starting from the RIGHT side of the string ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Function | Excel Worksheet Functions | |||
Find function | Excel Worksheet Functions | |||
Find function | Excel Worksheet Functions | |||
Find Function | Excel Worksheet Functions | |||
Help with the FIND function | Excel Worksheet Functions |