Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "T. Valko" wrote in message ... It all depends on what your formula looks like. Sometimes, instead of repeating the formula like this: =IF(ISNA(formula),"",formula) You can reduce the error trap to the specific portion of the formula that actually generates the error. There is an easier way. Put the formula in a different cell, then test the result of that. For example, instead of putting =IF(ISNA(VLOOKUP(A1,X:Y,2,0)),"",VLOOKUP(A1,X:Y,2, 0)) in cell B2, put =VLOOKUP(A1,X:Y,2,0) in B1, and =IF(ISNA(B1),"",B1) in B2. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
avoid nested IFs with another function | Excel Worksheet Functions | |||
can i avoid repeating rows when adding calculated item in pivot ta | Excel Worksheet Functions | |||
Make unique cells - Avoid repeating Values | Excel Discussion (Misc queries) | |||
How do you avoid duplicates when using the randbetween function? | Excel Worksheet Functions | |||
Avoid geeting function GETPIVOTDATA | Excel Discussion (Misc queries) |