Index Function Won't find Array by Array Name?

sanreb

New Member
Joined
Dec 19, 2021
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi There,


I'm spinning my wheels on why the INDEX function in Excel won't allow me to find the array referencing a cell with the array name in it? I am trying to use the plug in and I can't get it to work, so sorry to be posting pictures only. I appreciate your help!

Thanks,

Sandra
 

Attachments

  • index_formulas.png
    index_formulas.png
    32.4 KB · Views: 11
  • index_problem.png
    index_problem.png
    30.1 KB · Views: 11

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi & welcome to MrExcel.
How many named ranges do you have?
 
Upvote 0
Hi, thank you for looking at this. I have about 100 different named ranges.
 
Upvote 0
In that case you will need to use Indirect like
Excel Formula:
=INDEX(INDIRECT(G2),1,1)
or as you have 365 just
Excel Formula:
=INDIRECT(G2)
and it will spill down & across
 
Upvote 0
Solution
That worked!!! Thank you very much! I really appreciate your time and help!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,213,538
Messages
6,114,218
Members
448,554
Latest member
Gleisner2

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