Matrix Table Lookups?

lukman4068

New Member
Joined
Jun 15, 2009
Messages
24
Hi guys,

I've been stumped on how to do this!

i3e9so.jpg


I need excel to be able to populate that Points field automatically depending on what the start and end cycles are.

Is there some sort of VLookup formula that you could use? Any help would be much appreciated!

Thanks!
 
Last edited:

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
There's probably a better formula but try this in D10 and copy down.

=INDEX($C$3:$F$6,C10+1,B10+1)
 
Upvote 0
Excel Workbook
CDEFGHIJKL
2Start Cycle
30123
4Start CycleEnd CyclePoints00.010.0250.0290.031
5320.06510.0410.0490.056
6210.04120.0650.027
700030.086
8300.029
Sheet1
 
Upvote 0
that actually works! Sorry if it sounds silly, but i'm pretty new to really getting into using excel - but how does that actual formula work and how do you build it up to do what you've got it doing?

Thanks! :D
 
Upvote 0
Excel Workbook
CDEFGHIJKLM
2Start Cycle
30123
4Start CycleEnd CyclePoints00.010.0250.0290.031
5320.02710.0410.0490.056
6210.04920.0650.027
7000.0130.086
8300.031
9
Sheet1
 
Upvote 0
may be this

assuming data is in C1:G6 and result table is in C14:E18

E15

=INDEX($C$2:$G$6,MATCH(D15,$C$2:$C$6,0),MATCH(C15,$C$2:$G$2,0))

and copied down
 
Upvote 0

Forum statistics

Threads
1,214,642
Messages
6,120,698
Members
448,979
Latest member
DET4492

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