gkisystems

Board Regular
Joined
Apr 20, 2012
Messages
76
I'm using an index match formula where the index is a named table called "UnemploymentTable" on another worksheet within my Excel workbook (see screen shots below). The trouble I'm having is when I drag my formula to the right, the index/match formula is going to my table and looking up one column to the right for every time I drag the formula right. I would normally solve this problem by adding dollar signs $ to my formula to lock the formula in place, but because it's going to named table with named fields in that table, I'm unable to add the dollar signs. Anybody know how to get around this? I want to keep the named ranges so the formula lookups continue to work as I add to the table over time (opposed to looking up specific cells).

Code:
=INDEX(UnemploymentTable[#All],MATCH(C$4,UnemploymentTable[[#All],[Year]],0),MATCH("Annual",UnemploymentTable[#Headers],0))/100

unemploymenttable2.png


unemploymenttable.png
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
As probably say in the video, to make table reference absolute (vs relative), use for example

Mytable[[This column]:[This column]] instead of
MyTable[ThisColumn]
 
Upvote 0

Forum statistics

Threads
1,215,108
Messages
6,123,132
Members
449,097
Latest member
mlckr

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