search funtion

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The search function only lets you look in one cell.

Why can't you use: search(4,B2:B10)

is there something that can just tell me if there is a 4 in that range? I
dont want to use vlookup, i just need to know if it is true or false
 
=OR(ISNUMBER(SEARCH("4",B2:B10)))

entered with ctrl + shift & enter
 
perfect....but what's the deal with the ctrl+shift+enter....i never saw that
before
 

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

Back
Top