Index / Match

elsaidmi

New Member
Joined
Mar 19, 2015
Messages
29
I am trying to use Index Match to pull data totals into a summary sheet.

On the detail sheet, I have rows of orders (Order 1,2,3...), the columns have monthly Dates (Jan-15,Feb-15,Mar-15...). Each month with each order has a payments.

In the summary sheet I want to put a formula that will pull that number (I would be pulling only the total for that order so it is not repetitive) based on the Order I have in the row and the date that is in the column, so a two way match.

Maybe this can help you visualize the data...

-------------- Jan-15--- Feb-15 --- Mar-15
-------------- 10 ------ 7 ------ 100
-------------- 8 ------ 11 ------ 110

ORDER 1 --- 18 ------ 18 ------ 210




Summary Sheet
Order 1 Jan-15 Feb-15 Mar-15
-------------X

X= total from detail sheet (18)
 
Last edited:

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
What are the data ranges for Detail sheet and the lookup ranges on summary sheet?
 
Upvote 0
What are the data ranges for Detail sheet and the lookup ranges on summary sheet?

You can assume they are all in the left top corner... but I'm really just confused on how to put the data into the formula. If you could suggest a way while writing things like "order total, date here" in the formula I can put it together. My computer doesn't let me send in images!
 
Upvote 0
try
=index(Data Sheet,match(Row Lookup Val,Data Sheet Col,0),match(Col Header Lookup Val, Data Sheet Row with Headers,0))
 
Upvote 0

Forum statistics

Threads
1,217,460
Messages
6,136,776
Members
450,025
Latest member
Beginner52

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