But I have a spreadsheet with lots of values and it's getting longer and longer every day but information I'd like to be able to glance at is at the top of the doc. Is there any way to have it floating beside where the next values will be entered and have it trailing the next empty cell?
That is if there are no blank cells in column A Put that formula in a cell at the top somewhere you want to see the last value in a column, BUT NOT in column A Change A for the column with the values.
=OFFSET(A1,COUNTA(A:A)-1,0)That is if there are no blank cells in column APut that formula in a cell at the top somewhere you want to seethe last value in a column, BUT NOT in column AChange A for the column with the values.