Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try these formulas
'If the lookupvalues is not found it will return a na() error =VLOOKUP("something",Sheet2!A:B,2,0) 'returns true if value is not found and false if value is found =ISNA(VLOOKUP("something",Sheet2!A:B,2,0)) 'Handle na() errors using IF() =IF(ISNA(VLOOKUP("something",Sheet2!A:B,2,0)),"Not found","Found") Try the same with ISERROR() which will handle other errors too.. -- Jacob (MVP - Excel) "Emece" wrote: Hi. I need some samples of ISNA and ISERROR functiones. Is there a web where I can download samples of them? Thanks in advance Regards, Emece.- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
isna/iserror functions | Excel Discussion (Misc queries) | |||
Difference between ISNA and ISERROR | Excel Discussion (Misc queries) | |||
IF(ISNA.. or ISERROR? question.. | Excel Discussion (Misc queries) | |||
conditional formating iserror isna | Excel Discussion (Misc queries) | |||
Use both ISNA and ISERROR in a long formula | Excel Worksheet Functions |