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

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Fluff

MrExcel MVP, Moderator
Joined
Jun 12, 2014
Messages
85,041
Office Version
  1. 365
Platform
  1. Windows
Hi & welcome to MrExcel.
How many named ranges do you have?
 
Upvote 0

sanreb

New Member
Joined
Dec 19, 2021
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi, thank you for looking at this. I have about 100 different named ranges.
 
Upvote 0

Fluff

MrExcel MVP, Moderator
Joined
Jun 12, 2014
Messages
85,041
Office Version
  1. 365
Platform
  1. Windows
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

sanreb

New Member
Joined
Dec 19, 2021
Messages
3
Office Version
  1. 365
Platform
  1. Windows
That worked!!! Thank you very much! I really appreciate your time and help!
 
Upvote 0

Fluff

MrExcel MVP, Moderator
Joined
Jun 12, 2014
Messages
85,041
Office Version
  1. 365
Platform
  1. Windows
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,195,600
Messages
6,010,652
Members
441,558
Latest member
lambierules

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
Top