Everyday I have an entry on Worksheet 1.
Example: A110:4
On Worksheet in B1 - I would like that daily number to appear (4)
Isn't a formula to update automatically with last entry from Worksheet 1 Column A?
Thanks -
Everyday I have an entry on Worksheet 1.
Example: A110:4
On Worksheet in B1 - I would like that daily number to appear (4)
Isn't a formula to update automatically with last entry from Worksheet 1 Column A?
Thanks -
Last edited by NBVC; 12-20-2010 at 11:23 AM.
You could try...
=INDEX(A:A,MATCH(9.99999999999999E+307,A:A))
HTH
Regards, Jeff
You could try something like..
pasted into B1. I have assumed that there are no gaps in the data in column A.![]()
Please Login or Register to view this content.
Martin
I tried
=INDIRECT('SHEET 1'!"$D$ & COUNTA(D:D)) - there's a mistake in the code.
I even tried it by adding $D2$, still the same.
I tried
=INDIRECT('SHEET 1'!"$D$ & COUNTA(D:D)) - there's a mistake in the code.
I even tried it by adding $D2$, still the same.
=LOOKUP(9.99999e+307,A:A)
should get you the last numerical entry in column A
FYI.. you have the quotes in the wrong place in that formula you posted.
s/b: =INDIRECT("'SHEET 1'!$D$" & COUNTA(D:D)) but that won't necessarily work, as it relies on you starting at D1. It counts how many entries are in column D and makes that the row reference to match. So if you have entries in D3 and D4 and expect the result to show what is in D4, it won't because it counts 2 entries in column D and so applies Sheet 1!D2 as the lookup cell and will probably return 0.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thanks the code is working - for some reason I was thinking I needed to pick the code on a different sheet. I needed to keep it on the original sheet then do a "cell" copy to the sheet I needed the number at.
Thanks to you all! Happy Holidays.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks