Use cell value as another cell reference?

stockjos

New Member
Joined
Mar 13, 2018
Messages
2
Hi!

I've seen the solution most likely is the INDIRECT function but I am having a hard time getting it working. The formula in cell J14 is:

='IS, BS, CF Comb - mthly fcst'!CI205

This calling a value from another tab but if I want to create a chart at the bottom of this sheet where I would have 'CI' in cell D100, then I could change that 'CI' to 'CJ', so then my formula would look for the value in CJ205 from the other tab.

Need help with that syntax...

Thanks!
Joe
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Try this:

Code:
[COLOR=#333333]=indirect("'IS, BS, CF Comb - mthly fcst'!" & d100 & "205")[/COLOR]
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,241
Members
452,622
Latest member
Laura_PinksBTHFT

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