reference a cell within a cell reference

Paul Sheehan

New Member
Joined
Mar 12, 2018
Messages
1
Hello All,
Can someone please tell me if it is possible to reference a cell within a cell reference. I have the following formula and would like to be able to reference a brand # (refer to the blue highlighted text) by placing the text "Brand '#02" into a cell and then reference ing this cell within the cell reference Table145613172123242829[@[Replaces OEM '#04, Brand '#02]]. I expect to be able to include the cell reference in a manner like shown in orange text below. this simple form obviously doesn't work. Is it possible to do this?

=IF(Table145613172123242829[@[Replaces OEM '#01, Brand '#02]=]=>0,CHAR(10)&"Replaces OEM: "&TEXTJOIN(", ",TRUE,Table145613172123242829[@[Replaces OEM '#01, Brand '#02]],Table145613172123242829[@[Replaces OEM '#02, Brand '#02]],Table145613172123242829[@[Replaces OEM '#03, Brand '#02]],Table145613172123242829[@[Replaces OEM '#04, B11]],Table145613172123242829[@[Replaces OEM '#05, Brand '#02]],Table145613172123242829[@[Replaces OEM '#06, Brand '#02]],Table145613172123242829[@[Replaces OEM '#07, Brand '#02]],Table145613172123242829[@[Replaces OEM '#08, Brand '#02]],Table145613172123242829[@[Replaces OEM '#09, Brand '#02]],Table145613172123242829[@[Replaces OEM '#10, Brand '#02]]),"")
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hello,

To reference a cell's content, you can use the INDIRECT() function ...

HTH
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,277
Members
449,093
Latest member
Vincent Khandagale

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