Vlookup/Index match question

barham

New Member
Joined
Jan 13, 2015
Messages
26
HEllo Guys,

I need help. I have an excel spreadsheet with three columns. Column A has store numbers, B has dates and C has dollar values as displayed below.

I want to display column C values on another sheet that has Column A (store numbers) in a column and the dates in a row. I want to display the dollar values to match the date and store but I'm unable to come up with the formula. Both formats are displayed below.
StoreEvent DatePlan
51839/30/201829,700.00
75710/1/20189,000.00
124910/1/20185,000.00
151510/1/20185,000.00
171210/1/201813,800.00
184310/1/20185,000.00
198110/1/201811,400.00
267810/1/20188,700.00
289510/1/20186,900.00
523610/1/20185,000.00
526410/1/20189,100.00
9210/2/20185,800.00

<colgroup><col><col><col></colgroup><tbody>
</tbody>


Store9/30/201810/1/201810/2/201810/3/201810/4/201810/5/2018
5183
757
1249
1515
1712
1843
1981
2678
2895
5236
5264
92
879
1998
2716
2780
2783

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


Thank you for your help.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
In B2 of Sheet2 (your 'another sheet') control+shift+enter, copy across, and down:

=IFERROR(INDEX(Sheet1!$C$2:$C$13,MATCH($A2,IF(Sheet1!$B$2:$B$13=B$1,Sheet1!$A$2:$A$13),0)),"")
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,258
Members
449,149
Latest member
mwdbActuary

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