Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Wrap your formula in an error handler such as:
if(isna(your formula),0,your formula) in simple terms, if your formula returns the #N/A error return a zero (you could use "" instead and leave the cell blank if you prefer). If it returns a valid value return that value. I use this method to trap errors in vlookups (I use iserror because it traps all errors) e.g. =if(iserror(vlookup(A1,$B:$C,2,0)),0,vlookup(A1,$B :$C,2,0)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to pick Home and Away results from a list | Excel Worksheet Functions | |||
Paste results consecutively within column (based off other worksheet) | Excel Worksheet Functions | |||
abdualmohsn | Excel Discussion (Misc queries) | |||
Date stamp formula results? Tricky problem? | Excel Discussion (Misc queries) | |||
calculating results in formulas | Excel Discussion (Misc queries) |