find the intersection of a table

robertdseals

Active Member
Joined
May 14, 2008
Messages
334
Office Version
  1. 2010
Platform
  1. Windows
Hello,
I have a table in cells v20-AG30. Column v20-30 has unique numbers 405,367,328, 289 down to 125. Row V20 - AG20 has percentages 11%, 11.8%, 12.6% etc). In cell D4 I have a number is not an exact match, but falls inbetween the numbers in V20-30 and in E4 I have a number that isn't an exact match, but that fits between the V20-AG20. I would like to write a formula that finds the number at the intersection.
 

Attachments

  • MREXEL.png
    MREXEL.png
    15.2 KB · Views: 8

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Are you looking for something like this -

"=INDEX($K$5:$U$13,MATCH(VLOOKUP($D$4,SORT($J$5:$J$13,1),1,TRUE),$J$5:$J$13,0),MATCH($E$4,$K$4:$U$4,1))"

1684426393104.png
 
Upvote 1
Solution
Yes (and no). haha. I forgot to mention I'm on Excel 2019 and I don't get to "sort". I'll open it in 365. Thanks!
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,293
Members
449,077
Latest member
Rkmenon

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