Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Hi!
Change your lookup formulas to return "" or zero if the lookup value is not found then SUM will work. If you want #N/A to be displayed: If the values are always positive: =SUMIF(A1:A10,"0") If the values can be negative (array entered with the key combo of DTRL,SHIFT,ENTER) =SUM(IF(ISNUMBER(A1:A10),A1:A10)) Biff -----Original Message----- I have a spreadsheet taht contains many v-lookups. When no match is returned, it displays a #n/a. If this is displayed in a range that is sumed up, if causes the sum to also appear as #n/a. The sum function will ignore actual text in it's calculation, but not this "error" message. How do I make it so that the "#n/a" value will not stop SUM formulas from adding the cells that did return a numerical value? . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to copy formulas to other cells in excell | Setting up and Configuration of Excel | |||
Adding contents of cells by clicking in Excel 2002 | Excel Discussion (Misc queries) | |||
ADDING SUM TOTAL OF MORE THAN 30 CELLS IN A COLUMN TOGETHER - WON. | Excel Discussion (Misc queries) | |||
In Exel 2000, stop the blank cells (with formulas) from printing. | Excel Discussion (Misc queries) | |||
ADDING CELLS WHICH ARE <> THAN OTHER CELLS | Excel Worksheet Functions |