Autofill a colum using relative worksheet but Absolute cell reference

judyweinstein

New Member
Joined
May 28, 2015
Messages
1
Hi There
I am trying to autofill down a column so that my formula will keep the same cell but use different worksheets (in order). I cant seem to figure this out. For example my worksheet are named
Alan, Kelly, Flor, Millie, Judy, Ian, Eli
I want the first cell to =Alan!$E$3
i want to then autofill so that the next cell will read =Kelly?$E$3, etc....
Any idea how to autofill this? I will be linking for hours otherwise. I tried and indirect formula but couldn't figure that out. THANKS IN ADVANCE
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
INDIRECT should work just fine. Let's say you have your worksheet names on the top row, starting on A1, your first formula should be
Code:
=INDIRECT(A1&"!$E$3")
and then just drag to the right.

Likewise if your names are on the first column, starting on A1 then your first formula remains the same but now you drag down:
 
Upvote 0

Forum statistics

Threads
1,214,814
Messages
6,121,711
Members
449,049
Latest member
THMarana

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