Referencing Cells to another worksheet

KlayColgrove

New Member
Joined
Oct 19, 2018
Messages
12
I am trying to reference cells from another worksheet, but I have a ton of work sheets I'm trying to reference. I have the formula to reference the cells, but I'm looking for a way to drag down and be able to reference from corresponding list.

Here is the formula:
='P:\Tools\AUSAH\Pickup Tool.xlsm'!DaysLoaded

I would like to change the "AUSAH" to another name in the list by dragging it down.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Something like this:

=INDIRECT("'P:\Tools" & E2 & "\Pickup Tool.xlsm'!DaysLoaded")
 
Upvote 0
Function INDIRECT will only work when the file to which it refers is open. It will report an error for closed files.
 
Upvote 0

Forum statistics

Threads
1,215,779
Messages
6,126,850
Members
449,345
Latest member
CharlieDP

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