Indexing & Double Matching Formula?

Maverickballa

New Member
Joined
Mar 6, 2013
Messages
3
CenterJan 2017Feb 2017March 2017April 2017
363
263532209120
5032120111123678

<tbody>
</tbody>

CenterDate
Packages
363Jan 2017263
363Feb 2017532
363March 2017209
363April 2017120
5032Jan 2017120

<tbody>
</tbody>

The top table is how I currently have my data.

I want to have the data running vertical and a formula to be able to match the center number & appropriate date to get the right amount of packages.

This formula would apply to 5 excel tabs all with the same layout.

Any help would be greatly appreciated!

Scottie
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
try this
CenterJan-17Feb-17Mar-17Apr-17
363263532209120
5032120111123678
CenterDatePackages
363Jan-17263
363Feb-17532
363Mar-17209
363Apr-17120
5032Jan-17120

<tbody>
</tbody><colgroup><col span="2"><col><col span="2"></colgroup>

formula used: =HLOOKUP(B7,$B$1:$E$3,MATCH(A7,$A$1:$A$3,0),0)
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,820
Members
449,049
Latest member
cybersurfer5000

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