Hello, I wonder if someone can help me.
Im working on a tracker that gets updated by dumping data into a different sheet. I want a cell to show me the latest date of the paste, i.e. the cell needs to be automated to show the value of the last cell of the pasted array.
I hope that makes sense.
Many thanks.
E
Is last cell number or text? Or any?
"Relax. What is mind? No matter. What is matter? Never mind!"
The last cell is a date. I want the first cell to show exactly what is in the other...
Any ideas?
Is the array just one column? Are there any missing cells in the array?
If the array is just one column (i.e. the data you want returned is always in the same column) and there are no missing cells in that column, then this will work:
=INDIRECT(CONCATENATE("COLUMN",COUNTA(COLUMN:COLUMN)))
Where COLUMN = the column letter for the column containing the dates.
You will also have to format the cell containing this function as a Date.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks