I have a table with 52 rows, each calculating values associated with a "Week Ending" date. The chart then shows planned and calculated values for Earned Value (EV), Planned Value (PV), and Actual Cost (AC) -- all values are percentages. These series plot just fine.
From my data, I'm able to calculate two possible completion dates (based on the rate of progress). These are the Estimated Duration at Completions: EDAC1 and EDAC2. I want to display these date projections on my chart as dotted lines.
Ideally, I'd like to add these data points as additional series to the original chart. Because these values are calculated, I would rather NOT have to add columns to the data table and create a nested IF statement in the column to create the dotted lines (as I've done in the attached spreadsheet sample. I added the columns ONLY to show how I want the lines.)
Any help is greatly appreciated. Thanks.es_chart.xlsx
Bookmarks