campingshadow
New Member
- Joined
- Mar 14, 2010
- Messages
- 6
I am charting Blood Sugar levels over a monthly period. The user enters the info in cells D1:D31. However, the chart reads off the table in R1:V31 which has the date, target, reading, high and low series as well. The info in the D cells is copied to column T1:T31 with a simple =D1,=D2, etc in the cells.
When the column chart is created, all dates with no entries are showing the columns Descending below the chart over the top of the dates on the X axis. Once the appropriate data is entered in the D cell for each date the column then shows correctly in the chart.
How do I get the dates with no entries yet to NOT show the columns below the chart? I tried using a formula =IF(D1<>0,D1,#N/A) but that just put N/A below the date on the X axis.
When the column chart is created, all dates with no entries are showing the columns Descending below the chart over the top of the dates on the X axis. Once the appropriate data is entered in the D cell for each date the column then shows correctly in the chart.
How do I get the dates with no entries yet to NOT show the columns below the chart? I tried using a formula =IF(D1<>0,D1,#N/A) but that just put N/A below the date on the X axis.