Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello.
I am using Excel 2010. I have a formula that produces a number or #N/A for each row in my spreadsheet. I would like to sum this column and come up with a total but the SUM function does not work with the #N/A. Is there a way to sum the column even though there are #N/A's ? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
wrote:
I am using Excel 2010. I have a formula that produces a number or #N/A for each row in my spreadsheet. I would like to sum this column and come up with a total but the SUM function does not work with the #N/A. Is there a way to sum the column even though there are #N/A's ? To answer your question, try: =SUMIF(A1:A100,"<#N/A") But I think it would be better to avoid the #N/A errors in the first place. Suppose the formula returning #N/A is of the form =VLOOKUP(...). In Excel 2007 and later, you might write: =IFERROR(VLOOKUP(...),"") |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Friday, August 17, 2012 10:23:15 AM UTC-4, joeu2004 wrote:
I am using Excel 2010. I have a formula that produces a number or #N/A for each row in my spreadsheet. I would like to sum this column and come up with a total but the SUM function does not work with the #N/A. Is there a way to sum the column even though there are #N/A's ? To answer your question, try: =SUMIF(A1:A100,"<#N/A") But I think it would be better to avoid the #N/A errors in the first place. Suppose the formula returning #N/A is of the form =VLOOKUP(...). In Excel 2007 and later, you might write: =IFERROR(VLOOKUP(...),"") Thanks. That was very helpful. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OR function produces incorrect result | New Users to Excel | |||
ROUNDDOWN function produces different results? | Excel Worksheet Functions | |||
Result of Formula produces Picture? | Excel Worksheet Functions | |||
Formula produces picture file...? | Excel Worksheet Functions | |||
FORMULA PRODUCES WRONG RESULT | Excel Discussion (Misc queries) |