Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to get the value of a cell and search for a specified string in that
value. How could I do that? I have looked for a "find" command without success. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Sat, 05 Feb 2005 04:06:23 GMT, "jerry chapman"
wrote: I want to get the value of a cell and search for a specified string in that value. How could I do that? I have looked for a "find" command without success. For Excel, type "FIND worksheet function" into the Help box. Also look at the SEARCH function. For VBA, you may also use INSTR. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I find a value from one cell in a char string in another? | Excel Worksheet Functions | |||
Find a specific formatted string in a cell | Excel Worksheet Functions | |||
FIND / SEARCH text compare cell to string in 3rd cell | Excel Discussion (Misc queries) | |||
Need to find the right-most cell value in a string of cells | Excel Worksheet Functions | |||
Possible? find string and put in next cell... | Excel Programming |