Named range formula is not looking up full column, but only under certain criteria.

DarkJester89

Board Regular
Joined
Nov 5, 2017
Messages
109
Office Version
  1. 2016
Platform
  1. Windows
1604032347192.png

Excel Formula:
=OFFSET(INDEX('Formula to pull data'!$T$2:$AE$2,MATCH('Formula to pull data'!$R$3&" "&'Formula to pull data'!$R$4&" "&'Formula to pull data'!$R$5,'Formula to pull data'!$T$2:$AE$2,0)),1,0,INDEX('Formula to pull data'!$T$1:$AE$1,MATCH('Formula to pull data'!$R$3&" "&'Formula to pull data'!$R$4&" "&'Formula to pull data'!$R$5,'Formula to pull data'!$T$2:$AE$2,0)),1)

When R3 cell is set to E-4, R6 (named range drop down) does a full column check.

When R3 is E-5, E-6 or E-7, it does the partial column check, but the formula looks solid

Workbook

Named Range: Rate

Thank you in advance.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
The formula is referencing the numbers in row 1, for the height of the column. How are those numbers generated?
 
Upvote 0
Solution
Ever have one of those days where...you just question like...where did I learn how to do math?

Thanks so much, looking for giants, i ended up getting eaten by the ants.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,234
Messages
6,123,773
Members
449,123
Latest member
StorageQueen24

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