Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() I have a chart which pulls data from various worksheets. The data changes monthly, so each new month there are lots of blank cells which don't yet have values. But the chart continues on for the blank days, giving each a value of zero (even though the cells contains spaces, not zero). Is there an option to not chart data points when they're blank (or zero)? Thanks! -- MattBeckwith ------------------------------------------------------------------------ MattBeckwith's Profile: http://www.excelforum.com/member.php...o&userid=30571 View this thread: http://www.excelforum.com/showthread...hreadid=511363 |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
1) Click chart to activate it
Use Tools | Options; open Chart tab; specify how empty cells are to be treated OR 2) Learn about dynamic charts at http://www.stfx.ca/people/bliengme/E...ps/Dynamic.htm OR 3) use =NA() in blank cells, see http://www.stfx.ca/people/bliengme/E...issingData.htm -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "MattBeckwith" wrote in message ... I have a chart which pulls data from various worksheets. The data changes monthly, so each new month there are lots of blank cells which don't yet have values. But the chart continues on for the blank days, giving each a value of zero (even though the cells contains spaces, not zero). Is there an option to not chart data points when they're blank (or zero)? Thanks! -- MattBeckwith ------------------------------------------------------------------------ MattBeckwith's Profile: http://www.excelforum.com/member.php...o&userid=30571 View this thread: http://www.excelforum.com/showthread...hreadid=511363 |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() Bernard Liengme Wrote: 1) Click chart to activate it Use Tools | Options; open Chart tab; specify how empty cells are to be treated Actually, I had already set it to not plot empty cells, but it does anyway. It seems I can't attach an Excel file to this message, but if you give me your email address I'll send it to you. My email address is . Thanks. -- MattBeckwith ------------------------------------------------------------------------ MattBeckwith's Profile: http://www.excelforum.com/member.php...o&userid=30571 View this thread: http://www.excelforum.com/showthread...hreadid=511363 |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
If the cell contains a formula, even one that returns "", it's not blank. It
contains a formula that returns a text item. Follow Bernard's instructions for using NA(). - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ "MattBeckwith" wrote in message news:MattBeckwith.232y4b_1139686501.7405@excelforu m-nospam.com... Bernard Liengme Wrote: 1) Click chart to activate it Use Tools | Options; open Chart tab; specify how empty cells are to be treated Actually, I had already set it to not plot empty cells, but it does anyway. It seems I can't attach an Excel file to this message, but if you give me your email address I'll send it to you. My email address is . Thanks. -- MattBeckwith |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() The referenced web page says: When an empty cell is filled with =NA(), Excel interpolates the missing data, joining adjacent data points I don't want the missing data points interpolated. However, I went ahead and tried the NA() approach, as follows: =IF('3'!B230,'3'!B23,NA()) But it just filled the cell with #NA -- MattBeckwith ------------------------------------------------------------------------ MattBeckwith's Profile: http://www.excelforum.com/member.php...o&userid=30571 View this thread: http://www.excelforum.com/showthread...hreadid=511363 |
#6
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Yes, that is what we want. Now make the chart.
-- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "MattBeckwith" wrote in message ... The referenced web page says: When an empty cell is filled with =NA(), Excel interpolates the missing data, joining adjacent data points I don't want the missing data points interpolated. However, I went ahead and tried the NA() approach, as follows: =IF('3'!B230,'3'!B23,NA()) But it just filled the cell with #NA -- MattBeckwith ------------------------------------------------------------------------ MattBeckwith's Profile: http://www.excelforum.com/member.php...o&userid=30571 View this thread: http://www.excelforum.com/showthread...hreadid=511363 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to ignore cells in ranking? | Excel Discussion (Misc queries) | |||
Formula to delete blank cells across multiple columns? | Excel Worksheet Functions | |||
Copy down - special to fill only the blank cells | Excel Discussion (Misc queries) | |||
how do you ignore blank cells | Excel Discussion (Misc queries) | |||
Non Blank - Blank Cells???? | Excel Discussion (Misc queries) |