Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
=IF(AE26="","",AE26/SUM(AE26:AF26:AF26)) in a cell yeilds a "blan k cell: GOOD
in line graph, lines drop to 0. I just want last value plotted. All values updated daily. I can't pick up the fin al data for the day as all lines drop to 0. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
This revision will not plot a marker. The line will connect between the nearest actual data points. =IF(AE26="",NA(),AE26/SUM(AE26:AF26:AF26)) Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "Deskpilot" wrote in message ... =IF(AE26="","",AE26/SUM(AE26:AF26:AF26)) in a cell yeilds a "blan k cell: GOOD in line graph, lines drop to 0. I just want last value plotted. All values updated daily. I can't pick up the fin al data for the day as all lines drop to 0. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Thanks Andy! A lot of copy and paste, all the way down all affected columns
in the Data Range worked EXACTLY as I had hoped. The graph's final data point for all data is the last entered day with no drop to ZERO (0) for the future day. I can see the data plots as the end of day status. Whish I could attach an image of the graph "Andy Pope" wrote: Hi, This revision will not plot a marker. The line will connect between the nearest actual data points. =IF(AE26="",NA(),AE26/SUM(AE26:AF26:AF26)) Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "Deskpilot" wrote in message ... =IF(AE26="","",AE26/SUM(AE26:AF26:AF26)) in a cell yeilds a "blan k cell: GOOD in line graph, lines drop to 0. I just want last value plotted. All values updated daily. I can't pick up the fin al data for the day as all lines drop to 0. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I plot multiple series on one graph? - test-graph.xls (0/1) | Charts and Charting in Excel | |||
How do I plot multiple series on one graph? - test-graph.xls (1/1) | Charts and Charting in Excel | |||
Excel: plot graph | Charts and Charting in Excel | |||
how do I create a box-plot (or whisker plot ) graph? | Charts and Charting in Excel | |||
contour plot in 3D graph | Charts and Charting in Excel |