I have a spreadhseet with 3 tabs. One is the data, one is charts, and one is summary. Right now, the data ranges on the charts and the formulae on the summary tab all are from row 4 thru 19, since that’s where the data is. But as I add rows, the charts and formulae don’t pick them up since they only aim at up to 19.
When I set the chart’s data range to go to 20, it includes the empty row in the chart. So I can’t just pad it out and slowly fill it, because the chart doesn’t seem smart enough to realize there’s no data there.
So how can I set this up so that all I have to do each time I have a new entry is to add in new data to the row and my charts and formulae update accordingly?