Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to knok how do i get the last ocurrency of a char in s astring.
Example: "i like dogs and cats" and i need to return the last position of the space, i want to return 16 in this string, but i want to do it with some function |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Thu, 12 Oct 2006 03:14:01 -0700, EsPoNjOsO
wrote: I need to knok how do i get the last ocurrency of a char in s astring. Example: "i like dogs and cats" and i need to return the last position of the space, i want to return 16 in this string, but i want to do it with some function =FIND(CHAR(1),SUBSTITUTE(A1," ",CHAR(1), LEN(A1)-LEN(SUBSTITUTE(A1," ","")))) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find last word in a string | Excel Discussion (Misc queries) | |||
Browse File for Mac | Excel Discussion (Misc queries) | |||
Split field based on number of characters and space | Excel Worksheet Functions | |||
find position of a number in a string | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |