Automatically incremement excel workbook references?

swimmerhair

New Member
Joined
Apr 15, 2015
Messages
24
Hi all, I am trying to automatically increment workBOOK references using the INCREMENT function.

I have so far thi:

Code:
=INDIRECT("'pathname part 1" & A$1 & "pathname part 2" & A$1 &"'!G24")

But it is giving me reference errors. Is there a way to do this with this code?
 
Last edited:

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
I don't recognise the INCREMENT function but the INDIRECT function should do this.

It's hard to give a more precise answer without knowing what your workbook names are, and the directory name might also be relevant.

I suspect that there is an error somewhere in your INDIRECT function, so that the result is not exactly matching the correct pathname and workbook name.

Consider using the Formula, Evaluate function, which might show you what is going wrong.
 
Upvote 0

Forum statistics

Threads
1,215,446
Messages
6,124,900
Members
449,194
Latest member
JayEggleton

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