View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Sandybam Sandybam is offline
external usenet poster
 
Posts: 2
Default Using Formulas with Charts

I have a chart that references cells with the following formula
=if(a1="","",a1/a2). The formula is used for each month Jan-Dec. I would
like to copy the formula across all months. When I do this my data point
show as zero for months that have not happened yet. What can I do to not
show a line on the chart for a data point with a "" or null value?

Thank you,
Sandy