search

  • Thread starter Thread starter kevin carter
  • Start date Start date
K

kevin carter

Hi
I have the following formula that works a treat.

INDEX(A1:A100,MATCH(MAX(COUNTIF(A1:A100,A1:A100)),COUNTIF(A1:A100,A1:A100), 0))

How ever i need to be able to ignore a word in the range

Is it possible to search the range(as above)ignoring one word

thanks in advance




kevin
 
Hi
try
=INDEX(A1:A100,MATCH(MAX(COUNTIF(A1:A100,A1:A100)*(A1:A100<>"word")),COUNTIF(A1:A100,A1:A100)*(A1:A100<>"word"), 0))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top