LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Combine COUNTIF & EXACT



"T. Valko" wrote in message
...
"Harlan Grove" wrote in message
...
"T. Valko" wrote...
...
"T. Valko" wrote in message

...
Yes, I know FIND will match substrings BUT it will also match the full
cell content if the full cell content is only "os", "p", or "x".

What it boils down to is that I'm using the case sensitivity of FIND
versus the case sensitivity of EXACT.


Wrong.

ISNUMBER(FIND("ox","grossly inaccurate"))

returns TRUE, but EXACT("os","grossly inaccurate") returns FALSE.

The OP's formula, though case-insensitive, was full string matching.
Yours isn't. Yours could easily return false matches. Perhaps not for
"os" if the cells in question would only contain 1 or 2 chars, but if
they could contain 2 chars, then why couldn't they contain, say, "np" or
"xl" or "xp"? The false matches would be more likely against "p" or "x".
But I get it: you don't want to admit you screwed up on this one.


Search the archives for my name and the keyword disregard.

ISNUMBER(FIND("ox","grossly inaccurate")) returns TRUE


Hmmm....you sure about that?

http://img72.imageshack.us/img72/3725/findzm2.jpg


Ok, I see that your example was probably a typo and I get the point your
making...so I probably did screw up.

It won't be the last time, either, so be on the lookout!

--
Biff
Microsoft Excel MVP


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help - I need to combine both a SUMIF and COUNTIF into one formula Natty Excel Worksheet Functions 7 April 4th 07 06:02 PM
Do I need to combine hlookup and countif????? sharkh Excel Worksheet Functions 2 August 17th 06 05:05 PM
please help how to combine IF function with Countif function Dinesh Excel Worksheet Functions 6 March 30th 06 08:28 PM
How do I combine 2 COUNTIF formulas?? MANDY Excel Worksheet Functions 5 January 19th 06 06:07 PM
How do I combine COUNTIF and AND functions in Excel J Roney Excel Worksheet Functions 2 February 15th 05 08:41 PM


All times are GMT +1. The time now is 05:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"