I am trying to chart project milestone dates off of a status spreadsheet. A simplified example follows:
PROJECT1 10/01/2004
PROJECT2 1/1/2004
PROJECT3 "N/A"
PROJECT4 10/01/2004
PROJECT5
PROJECT6 10/15/2004
PROJECT7 12/31/2004
If the formatting is kept, you'll see 2 columns, project name and date.
If all names and dates are present (rows 1 & 2) the bar chart works fine. But add an invalid date (row 3) or missing date (row 5) and the chart doesn't work.
I must allow the invalid dates, but need to report around them. I can create a new spreadsheet and map over the cells then replace the invalid values with 1/1/04, but projects with invalid dates should not appear on the chart.
I'd like to skip the invalid rows when I map, but haven't a clue how to do so without leaving a blank row!
I've spent a LOT of time searhing here and on the internet, and can't find anything to help... though I suspect there is an easy answer somewhere.
Thank you for your time.
PROJECT1 10/01/2004
PROJECT2 1/1/2004
PROJECT3 "N/A"
PROJECT4 10/01/2004
PROJECT5
PROJECT6 10/15/2004
PROJECT7 12/31/2004
If the formatting is kept, you'll see 2 columns, project name and date.
If all names and dates are present (rows 1 & 2) the bar chart works fine. But add an invalid date (row 3) or missing date (row 5) and the chart doesn't work.
I must allow the invalid dates, but need to report around them. I can create a new spreadsheet and map over the cells then replace the invalid values with 1/1/04, but projects with invalid dates should not appear on the chart.
I'd like to skip the invalid rows when I map, but haven't a clue how to do so without leaving a blank row!
I've spent a LOT of time searhing here and on the internet, and can't find anything to help... though I suspect there is an easy answer somewhere.
Thank you for your time.