Hi,
I am looking to return the last value in a column (could be blanks in between or if easier we could add "0") and the rows are added on a regular basis.
In this example, I would want to return the values in the red boxes and I'm either going to link them to another sheet or add additional columns that just store the most recent entry at the top of my sheet.
I've tried INDEX but i'm doing something wrong b/c I think it selects the entire column even when data is not in it.
To provide more background on this requirement:
For Actual # of Sites - today it would return 11 but if someone goes in and adds a value to Nov and Dec row of say 22 and 45, I would want the 45 to return.
Any help is appreciated!