Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a cell with =SUM(CamperRev) where CamperRev is a dynamically
named range containing contribution amounts. This works fine if there are any contributions, but displays #N/A if there are not. I worked around this with =IF(ISNUMBER(SUM(CamperRev)),SUM(CamperRev),"") but was wondering if there is a better way. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pass named range to user defined function returns #value! | Excel Programming | |||
Pass named range to user defined function returns #value! | Excel Programming | |||
HLOOKUP using a named range returns #VALUE! | Excel Worksheet Functions | |||
Trapping error from Empty Dynamic Named Range | Excel Programming | |||
Named range returns 1004 error | Excel Programming |