Calendar Data

johnb1979

Board Regular
Joined
Dec 9, 2019
Messages
50
Office Version
  1. 365
Platform
  1. Windows
Hello!

I've created a spreadsheet that is calendar based. At the end of each month I manually populate a figure that correlates to any given month (e.g. Cell A1 has text 'Jan', B1 has text 'Feb' etc, and in cell A2 I'd manually fill in a number that correlates to Jan, in B2 I'd fill in the number that correlates to Feb etc etc).

What I'd like to happen is to have a totally separate cell that shows the most recent months number (e.g., if March was the last month with any data, the separate cell would know to populate itself with that data and ignore all upcoming months as there is no data populated yet). This would automatically update with the next latest months number as and when I manually update the next month.

I hope this makes sense but happy to help clarify if any is needed.

Thanks in advance.

John
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
How about
Excel Formula:
=LOOKUP(2,1/(A2:L2<>""),A2:L2)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,948
Messages
6,122,420
Members
449,083
Latest member
Ava19

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