Home |
Search |
Today's Posts |
#12
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Ok great ... Now, how do you modify that to find the SECOND space from the right? -- Thanks for your reply & assistance. Jimbo213 "Rick Rothstein" wrote: Here is yet another way... =LEN(A1)-LEN(TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",99)),99))) -- Rick (MVP - Excel) "Jimbo213" wrote in message ... I found a Jan 5 2009 post to find the FIRST space from the right using the InStrRev function. I'd like to incorporate this in a cell's formula, not a VBA function. Is that possible? -- Thanks for your reply & assistance. Jimbo213 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find cells with a space at the end | Excel Discussion (Misc queries) | |||
Find last space | Excel Worksheet Functions | |||
Avoiding Value error message due to space in cell w/ formula | Excel Discussion (Misc queries) | |||
Can I find and replace "white space" in a cell in Excel? | Excel Worksheet Functions | |||
Find last space from the right of text | Excel Discussion (Misc queries) |