Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to sum a column where some of the cells have a value of #N/A. Is that
possible? If so, how? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUM(IF(ISNUMBER(A1:A7),A1:A7))
ctrl+shift+enter, not just enter "Catherine" wrote: I need to sum a column where some of the cells have a value of #N/A. Is that possible? If so, how? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's really better practice to eliminate the errors from the calculating
column at the outset. However, this should do what you ask: =SUMIF(A1:A100,"<#N/A") -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Catherine" wrote in message ... I need to sum a column where some of the cells have a value of #N/A. Is that possible? If so, how? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing | Excel Worksheet Functions | |||
PivotTable and summing/not summing | Excel Discussion (Misc queries) | |||
Summing | Excel Worksheet Functions | |||
Summing all BUT one... | Excel Worksheet Functions | |||
Please Help with Summing | Excel Discussion (Misc queries) |