I have a column that is updated on a regular basis and I want the last entry to be displayed in a specific cell.
Thank you.
I have a column that is updated on a regular basis and I want the last entry to be displayed in a specific cell.
Thank you.
Last edited by VBA Noob; 11-10-2008 at 03:49 PM.
I think no one response because no one could understand what you need.
How about give us some more details
I need your support to add reputations if my solution works.
Hi Jogier,
As long as there are no blanks in your column, you could use this formula to get the last cell value in the column (formula assumes your list is in column A, starting in A1):
=OFFSET($A$1,COUNTA(A:A)-1,0)
If you have blanks, or for alternatives, take a look at: http://www.mrexcel.com/archive/Formulas/12938.html
Sorry for any confusion I may have caused. The link provided got me to the solution to my question.
Thank you all.
Jim O
Last edited by JOGIER; 11-10-2008 at 03:51 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks