Formulae Change each month

philb99

Active Member
Joined
Feb 3, 2014
Messages
385
Office Version
  1. 2010
Platform
  1. Windows
I have data recorded in Month order going Jan to Dec in columns A to L

Information from the month columns are then fed into a separate table on the same page, the table is fixed in Columns N to W
For example A3 goes to N6 / A6 goes to N12 / A7 goes to N14 etc

But for the next month I have to amend the formula to pick from Column B to go to Cells N6 / N12 / N14 etc

Can someone help is providing any support in order that each month I do not need to keep updating the formulae for the change in the feed to the table in Columns N to W
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Hello,

For sure there is a solution to create a generic formula ... which would be applicable to ALL the months ...

Many contributors could help you out ... as long as you can post your current formula ... and explain your expected result ...
 
Upvote 0
One way

Dropdown values in H1 are 1 -12

Excel 2016 (Windows) 32 bit
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
1
JanFebMarAprMayJunJulAugSepOctNovDec
8​
2
3
835​
272​
670​
285​
427​
266​
666​
487
464​
696​
754​
348​
4
5
6
487
=INDEX(A3:L3,,$N$1)
Sheet: Sheet1
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,715
Members
448,985
Latest member
chocbudda

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