Formula help

swellybro

New Member
Joined
Nov 8, 2021
Messages
2
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. MacOS
Hello,

I am hoping some excel whizz can help me....

I would like to set up a look up to search a spreadsheet containing data like this....I was able to write vb code that looped through the data but I don’t know how to do this with a formula.

nlyp2qmxebqf.png


I need to be able to search for a raw score (the one in column A) e.g. 2
but also cross-reference the header row for an age in months and years so for example 8.10

which would return the score 74.

What would the formula be?

Thank you,
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi Swellybro,

So it's looking for the intersection? Does this work for you?

Swellybro.xlsx
ABCDEFGHIJKLMNOP
1Score8.048.058.068.078.088.098.108.119.009.019.029.03Score2
20696969696969696969696969Age8.10
3171717170706969696969690Result74
42767675757574747373727271
53797978787777777676757574
Sheet1
Cell Formulas
RangeFormula
P3P3=INDEX($B$2:$M$5,MATCH($P$1,$A$2:$A$5,0),MATCH($P$2,$B$1:$M$1,0))
 
Upvote 0
You're welcome.
Thanks for letting me know.
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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