Link in Formula

CJS548

New Member
Joined
Dec 11, 2013
Messages
25
Hi,
I'm using index match reference, but I have to change every formula one by one, is there a faster way?
X2pcKzP
HTML:
https://ibb.co/X2pcKzP
See the photo attached, I have to change the formula in G56 from '[7 July Shop Yields.xlsx]1.7' to '[7 July Shop Yields.xlsx]2.7'! manually but whereby F56 already stated 2.7, is there a way where it can take reference from there?
Thanks in advance!!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
If you also incorporate INDEX(A$55:A$1000,ROW($1:1),1) you can pick out the 1.7, 2.7 etc going down the column
So something like

INDIRECT("'[7 July Shop yields.xlsx]"&INDEX(A$55:A$1000,ROWS($1:1),1)&"'!$AA$200:AA339")

and adjust the second part of the formula too
 
Upvote 0
Or even
INDIRECT("'[7 July Shop Yields.xlsx]"&F56&"'!"$AA$200:$AA339")
 
Upvote 0
Thank you all for the information!
It did work when both the spreadsheet is opened, but once the reference is turned off, the 'link' kinda changed, but nevermind, I will slowly digest the indirect function, I'm starting to get a hang of it now...
thanks guys, you are awesome!
 
Upvote 0
Indirect only works on open workbooks and when the "7 July Shop Yields.xlsx" workbook is closed you will see the full file path in the formula
 
Upvote 0

Forum statistics

Threads
1,214,405
Messages
6,119,320
Members
448,887
Latest member
AirOliver

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