Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a table of data which I am plotting on a chart. To ignore blank data I
have set some cells to NA() by using: =IF(G$160,G93+F93+E93,NA()) All is well, and the chart is as required. However on the table of data I also want to sum the columns, but if one or more cells is #N/A the result is #N/A. I am using: =SUM(G106:G117) How can I get the sum command to ignore the cells with no data, but still have a chart which does not show the blank data? Thanks, Andy. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
Sum(if(isna(G106:g117),0,g106:G117) entered as an array control-shift-enter "Andy" wrote: I have a table of data which I am plotting on a chart. To ignore blank data I have set some cells to NA() by using: =IF(G$160,G93+F93+E93,NA()) All is well, and the chart is as required. However on the table of data I also want to sum the columns, but if one or more cells is #N/A the result is #N/A. I am using: =SUM(G106:G117) How can I get the sum command to ignore the cells with no data, but still have a chart which does not show the blank data? Thanks, Andy. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
External Data Queries - Data Range Properties v Spreadsheet Format | Excel Discussion (Misc queries) | |||
How do I change a range name back to the underlying data range? | Excel Worksheet Functions | |||
How to fill a range with data from another range? | Excel Discussion (Misc queries) | |||
Can I use named range in data range box when creating pie chart? | Charts and Charting in Excel | |||
How can I check if data in an external data range is changed afte. | Excel Worksheet Functions |