Referencing columns in another sheet AA, AB, AC

paul41

New Member
Joined
Feb 12, 2022
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi

I am hoping someone can help me.

Basically i have an existing sheet within excel named Money. It has the Months Jan01 - Jan30 in columns so goes from A - AZ....

On a seperate sheet i simply want to reference these months so the formula would be say in my new sheet and within cell A1 the following;

=Money!A$2 (so selecting Money tab, column A, row 2. This works perfectly.

However, now i want to pull down this formula to the next row which produces exactly the same;

=Money!A$2, this means i need to change manually the A to a B and so on! Looking for some advice on how i can do this easier?

I know i could create the AA - AZ in a seperate column using something like the following '=IF(RIGHT($A1,1)="Z", CHAR(CODE(LEFT(A1,1))+1),LEFT(A1,1))&CHAR(65+MOD(CODE(RIGHT(A1,1))+1-65,26))

So say i have AA in a field A1 using above method. I could then create my formula to make =Money<Reference to A1(AA)$2, not sure if this is possible or makes sense?

Anyway hoping you can understand what i am trying to do and i would really appreciate your help, the transpose works perfect if it was actual figures but when dealing with formula its more difficult, although this scenario in Excel i would have thought would be quite common. Thanks in advance!

P
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi & welcome to MrExcel.
How about
Excel Formula:
=INDEX(Money!A$2:AZ$2,ROWS(A$1:A1))
 
Upvote 0
Thank you so much that was exactly what i was looking for!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,447
Members
448,966
Latest member
DannyC96

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