New user looking for help creating excel 2010 formula.

markl3396

New Member
Joined
Jul 1, 2015
Messages
2
Sheet2 A33 B21 C24 E
6/6/15
6/8/15
6/10/15

<tbody>
</tbody>
I have an excel sheet that I need to in sheet2 tell it to look at column A for date and then it looks at sheet1 column A for matching date. Then look at column D at that date for say number 21 and if that matches look at column E and add all amounts for that date and that number. Is this possible?
Sheet1 Date ABCCode Damount EF
6/6/15nn21$300.50n
6/8/15nn24250.00n
6/8/15nn21225.00n
6/10/15nn21300.00n
6/10/15nn21285.50n

<tbody>
</tbody>
Any help is appreciated.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Paste this formula in cell B2 and copy over and down... Adjust ranges as necessary

=SUMIFS(Sheet1!$E$2:$E$6,Sheet1!$A$2:$A$6,Sheet2!$A2,Sheet1!$D$2:$D$6,Sheet2!B$1)
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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