Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm making a lot of assumptions here...
Judging by your formula and that you want a 0 returned for errors...I'm assuming your formula normally returns a number and that your table ELMAX is in fact sorted in ascending order. =LOOKUP(1E100,CHOOSE({1,2},0,VLOOKUP(A3,ELMAX,2))) Or, based on your formula, the only time you'll get a #N/A error is if A3 is less than the min value of column 1 of ELMAX. =IF(A3<MIN(INDEX(ELMAX,,1)),0,VLOOKUP(A3,ELMAX,2)) -- Biff Microsoft Excel MVP "GD" wrote in message ... Hi, i have a lookup i'm currently using; "=VLOOKUP(A3, ELMAX, 2,)" I want to expand this formula to include an IF(ISNA aspect as when the value being looked up doesn't occur in the lookup table i am getting #N/A!'s and want to have them come through as zeros...any thoughts? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need help with a IF(ISNA with vlookup | Excel Worksheet Functions | |||
vlookup, IF, and ISNA | Excel Discussion (Misc queries) | |||
isna vlookup | Excel Discussion (Misc queries) | |||
ISNA and VLOOKUP | Excel Worksheet Functions | |||
if isna and vlookup together | Excel Worksheet Functions |