VloopUp or Index

kcroft88

New Member
Joined
Jun 23, 2016
Messages
37
Hi,

I am creating a Index/Match formula that requires certain criteria to be met. I have tried both index and match as well as a vlookup but what I have keeps returning #Ref error.

A screenshot of my sheet is here: http://tinypic.com/r/ncha0x/9

Basically I want the formula in the yellow box and want it to match criteria of Product 1,2,3 or 4 & Month.

Any helps is greatly received, Thanks
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Re: VloopUp or Index help

M84 formula:

Code:
=INDEX($G$10:$AI$13,MATCH(M83,$B$10:$B$13,0),MATCH(L84,$G$9:$AI$9,0))

Untested as I'm only working on a screenshot but you should be able to copy that to P84, T84 and W84 as necessary.

WBD
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,830
Members
449,190
Latest member
rscraig11

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