Somedays have data in cells A1,A2,A3,A4,A5,A6
Somedays I have data in A1,A2
Somedays I have data in A1,A2,A3,A4
I'll always have data in A1 and as more data comes in it will go in the next cell, but the most data I will have will be in A1:A6. The least could be just in A1. I never know which row is the last for data.
I would like to have the data written in the last cell automatically put that number into cell B5.
This formula did work until I put formulas in A1:A6 and now it only works when I have a number in A6.
=OFFSET($A$1,COUNTA($A:$A)-1,0,1,1)
Is there a way for it to not see the formulas?
Sopman
Somedays I have data in A1,A2
Somedays I have data in A1,A2,A3,A4
I'll always have data in A1 and as more data comes in it will go in the next cell, but the most data I will have will be in A1:A6. The least could be just in A1. I never know which row is the last for data.
I would like to have the data written in the last cell automatically put that number into cell B5.
This formula did work until I put formulas in A1:A6 and now it only works when I have a number in A6.
=OFFSET($A$1,COUNTA($A:$A)-1,0,1,1)
Is there a way for it to not see the formulas?
Sopman