Need help with a formula

dizhopman

New Member
Joined
Nov 4, 2005
Messages
1
I'm trying to get a formula to work here. I am adding data for each month like so...

Jan Feb March
20 23 19

Then I have a cell at the end, and I need this cell to return the latest month's input. So in Feb. the cell should say 23, in March it will say 19. How do I get excel to automate this for me?

Thanks!!
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Try...

=LOOKUP(9.99999999999999E+307,A2:L2)

Adjust the range accordingly.

Hope this helps!
 
Upvote 0
=HLOOKUP((TEXT(TODAY(),"mmm")),D9:O10,2,0)

Assuming your months are JAN, FEB, etc...
and your data is in row 2

:cool:
 
Upvote 0

Forum statistics

Threads
1,203,082
Messages
6,053,419
Members
444,662
Latest member
AaronPMH

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