I have an excel spreadsheet of my weight that I update daily. I want the graph of that data to update its range to however many cells have been updated with new weight data. Currently I have to update the graph each week to readjust its range to however much data I have, and I’d like to make that process automatic where it automatically sets the range it graphs to however many cells have data in them.
So instead of the graphs range being :
$WeightSheet.$C$1:$C$100
I’d like the range to start at cell C1, and go down until it reaches an empty cell. Is there some sort of command or input I could use like I just made up below that would work in this situation?
$WeightSheet.$C$1: “HAVE RANGE EXTEND UNTIL NULL CELL IS FOUND OR UNTIL” $C$100