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

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
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,214,813
Messages
6,121,706
Members
449,048
Latest member
81jamesacct

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