Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there any command to give the location (address, how many characters from
left) of a space in a text in a cell? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Rasaoul Khoshravan was here" in cell A1, in any other cell
=FIND(" ",A1) will return 8 You could even find the 2nd space in the phrase with this: =FIND(" ",A1,FIND(" ",A1)+1) returns 19 "Rasoul Khoshravan" wrote: Is there any command to give the location (address, how many characters from left) of a space in a text in a cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text entries behaving like numbers | Excel Discussion (Misc queries) | |||
Simple way to get cell location as text "A2" | Excel Worksheet Functions | |||
Shade cell according to text? | Excel Discussion (Misc queries) | |||
Formulas dealing with text data | Excel Worksheet Functions | |||
Function to remove a space from text in cell WITHOUT macro?? | Excel Worksheet Functions |