I am trying to plot a dynamic line graph without zeros or blanks. The line graph updates by selection of a start and end date in dropdown lists.
I have a named range for each chart series, ex: EODTasks_Graph
=OFFSET(EODTasks,MATCH(EndDate,DateList,0)-1,0,EndDate-StartDate+1)
How do I make make the chart ignore zeros, blanks and errors?
Thanks!
I have a named range for each chart series, ex: EODTasks_Graph
=OFFSET(EODTasks,MATCH(EndDate,DateList,0)-1,0,EndDate-StartDate+1)
How do I make make the chart ignore zeros, blanks and errors?
Thanks!