Indirect Help

theta

Well-known Member
Joined
Jun 9, 2009
Messages
960
Hi, using INDIRECT but cannot get it to work in this particular instance

I have a static named range (just contains a single number) called KBMB.

Cell G7 contains "KB" and cell H7 contains "MB".

INDIRECT(G7&H7) does not provide me with any result, just get a #REF error

Formula evaluates to INDIRECT("KBMB")

?
 
It's a limitation of INDIRECT - it will only work with a name that refers to a fixed cell address (it won't work with dynamic named ranges either).
 
Upvote 0

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
I see what you mean. INDIRECT is looking for a solid reference, but a defined name with no cell to anchor against will not be treated as a reference?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,713
Members
452,939
Latest member
WCrawford

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