Index and Match vertically and horizontally

GinnyG

New Member
Joined
Dec 11, 2022
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I am trying to create a formula that lets me match horizontally and vertically.

I want to be able to find the price of a product code: Q6.15410 in the pricing table taking into account it's pricing date and whether it was a regional or metro sale.

Thank you for helping me.

Ginny
 

Attachments

  • Formula Pricing.png
    Formula Pricing.png
    68.5 KB · Views: 15

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Welcome to the MrExcel board!

Can you give us that sample data again in a form that we can copy to test with?

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Hi,

I am trying to create a formula that lets me match horizontally and vertically.

I want to be able to find the price of a product code: Q6.15410 in the pricing table taking into account it's pricing date and whether it was a regional or metro sale.

Thank you for helping me.

Ginny

Use the undernoted formula at D9
Rich (BB code):
=INDEX($I$8:$L$12,MATCH($A9,$H$8:$H$12,0),MATCH(CONCATENATE(TEXT($B9, "dd/mm/yyyy"),C9),$I$6:$L$6,0))
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,626
Members
449,093
Latest member
catterz66

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