Return Most Recent (most left) Cell in a Range

Tedmando

New Member
Joined
May 18, 2011
Messages
7
I upload new data every week in a column. And I want a cell that retrieves the newest data I enter.

A1 | B1 C1 D1
4,000 | 2,300 3,000 4,000

I would A1 to return the newest cell. So next week I want A1 to retrieve the number that is in E1 when I enter something into E1.


Thanks! I've looked everywhere and everything else seems way more complicated than what I need.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Welcome to the board...

I think you mean Furthest RIGHT...

Try

=LOOKUP(9.99999999999999E+307,B1:IV1)

Hope that helps.
 
Upvote 0
Thank you for welcoming me :) and thank you for the quick reply!
Yes sorry I meant right. and thank you it worked! Appreciate the help
 
Upvote 0

Forum statistics

Threads
1,224,526
Messages
6,179,322
Members
452,906
Latest member
Belthazar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top