TYD Data from Monthly Data Input

Hayley_A

New Member
Joined
Sep 19, 2019
Messages
7
I'm working on a quarterly Board report which i'm trying to set up so that you don't have to amend any of the data when you open it.

Currently there is a month-by-month break down of all the figures in one worksheet, then the report itself is on a different worksheet. Is there a formula that would pull the most recent months data through to the report worksheet?

The data I'm trying to pull through is "Live Vacancies".

So for example the monthly data would be:
[TABLE="class: grid, width: 1"]
<tbody>[TR]
[TD][/TD]
[TD]Jan
[/TD]
[TD]Feb
[/TD]
[TD]Mar
[/TD]
[TD]Apr
[/TD]
[TD]May
[/TD]
[TD]Jun
[/TD]
[TD]Jul
[/TD]
[TD]Aug
[/TD]
[TD]Sep
[/TD]
[TD]Oct
[/TD]
[TD]Nov
[/TD]
[TD]Dec
[/TD]
[/TR]
[TR]
[TD]Live Vacancies
[/TD]
[TD]3
[/TD]
[TD]5
[/TD]
[TD]4
[/TD]
[TD]7
[/TD]
[TD]3
[/TD]
[TD]9
[/TD]
[TD]10
[/TD]
[TD]3
[/TD]
[TD]5
[/TD]
[TD]2
[/TD]
[TD]7
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

I want a cell in the report worksheet which would pull through the most recent value depending on when the report is being used. So if it is opened in May then the number of live vacancies in the report would come through as 3 and so on for whichever month the report is opened.

I would assume you could use the =today() function then change the format of the cell to "mmm" and use the =IF function in conjunction somehow?

Any help would be great!

Ta
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,223,892
Messages
6,175,236
Members
452,621
Latest member
Laura_PinksBTHFT

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