A
1 213.00
2 256.33
3 100.00
I need to get A3 to A55 cell.
when A4 get updated then A55 will show A4.
When A5 get updated then A55 will show A5.
Hope you can help me here.
A
1 213.00
2 256.33
3 100.00
I need to get A3 to A55 cell.
when A4 get updated then A55 will show A4.
When A5 get updated then A55 will show A5.
Hope you can help me here.
Try this.....
In A55
Is this what you are trying to achieve?![]()
=INDEX($A$3:$A$54,MATCH(1E+307,$A$3:$A$54))
Regards
sktneer
Treat people the way you want to be treated. Talk to people the way you want to be talked to.
Respect is earned NOT given.
You could also use LOOKUP like this:
=LOOKUP(1E+307,A3:A54)
Audere est facere
Thank you , Thank you So much for your kind reply, both formulas are working for me perfectly.
Thank you Sirs...![]()
You're welcome.
If that takes care of your question, please mark your thread as Solved by selecting Thread Tools (just above your first post) --> Mark thread as solved.
Moreover you may also click on * (star) to Add Reputation to those who have put their time and efforts to help you in this forum. This is another way to say thanks to them.![]()
INDEX(A:A,COUNTA(A:A))
no matter how long is your column
@galeocerdo
Probably you didn't read OP's first post. He wants formula in A55 and wants to get last value entered in the range A3:A54.
Your formula has two limitations.....
1) It cannot be placed in A55, as it will cause circular reference.
2) It will return wrong result if some of the cells are blank in col. A.
Hope this helps.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks