Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 2006-01-24 23:54:02 -0600, JMB said:
You could also use an IF statement w/Vlookup to return a 0 instead of an error: =IF(ISNA(VLOOKUP(G2202,'RVU Lookup'!A901:B8111,2,FALSE)),0,VLOOKUP(G2202,'RVU Lookup'!A901:B8111,2,FALSE)) Then you would not have to modify your SUMPRODUCT function. "Charles L. Snyder" wrote: I just grabbed a copy of the VLOOKUP formula from one of the cells to put in my post - hence therelative VLOOKUP reference. Perhaps the problem is that a few of the cells in column L (the calculated column) have a value of #N/A, since the calculation formula found an empty lookup for that value? Thanks Charles Thanks for the help - it works perfectly now ! CLS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table calculated column | Excel Discussion (Misc queries) | |||
Increasing the number calculated by for same column | Excel Discussion (Misc queries) | |||
excel trying to sum a column of calculated values | Excel Discussion (Misc queries) | |||
Can the sum of 1p + 3p be calculated in a column in Excel? | Excel Discussion (Misc queries) | |||
using a calculated column value within a range | Excel Programming |