Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Harlan. I am always impressed by your posts.
Kostis On Nov 19, 9:12*pm, Harlan Grove wrote: wrote... ...ISNUMBER(SEARCH("total",G7)) ... COUNTIF(G7,"*Total*") would be more efficient (shorter, faster, uses less memory in RAM and on disk) for case insensitive searches. It returns 1 if Total occurs in the value of G7, 0 otherwise, and Excel treats 1 as TRUE and 0 as FALSE in the 1st argument to IF. For case sensitive searches, COUNT(FIND("Total",G7)) is shorter than the ISNUMBER alternative. ISNUMBER is better when you need to return an array. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to copy the first word or two words from a cell containing a complete sentence to another cell | Excel Discussion (Misc queries) | |||
word match in string text in cell, color format cell | Excel Discussion (Misc queries) | |||
How do a put a word on top of a word in a cell? | Excel Discussion (Misc queries) | |||
Add word in cell changes to word TRUE | Excel Discussion (Misc queries) | |||
how do I make a word typed in a cell go to a specific cell in anot | Excel Discussion (Misc queries) |