Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=OR(ISNUMBER(SEARCH("4",B2:B10)))
entered with ctrl + shift & enter -- Regards, Peo Sjoblom "steve" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
perfect....but what's the deal with the ctrl+shift+enter....i never saw that
before "Peo Sjoblom" wrote: =OR(ISNUMBER(SEARCH("4",B2:B10))) entered with ctrl + shift & enter -- Regards, Peo Sjoblom "steve" wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look in help for array formulas
-- Regards, Peo Sjoblom "steve" wrote in message ... perfect....but what's the deal with the ctrl+shift+enter....i never saw that before "Peo Sjoblom" wrote: =OR(ISNUMBER(SEARCH("4",B2:B10))) entered with ctrl + shift & enter -- Regards, Peo Sjoblom "steve" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search Entire Workbook | Excel Discussion (Misc queries) | |||
Search within workbook | New Users to Excel | |||
Wildcard search functions within Vlookup | Excel Worksheet Functions | |||
FAQ Spreadsheet with search function | Excel Discussion (Misc queries) | |||
Search problems | Excel Worksheet Functions |