Sum if for multiple criteria

laundrymatic

New Member
Joined
Dec 29, 2013
Messages
1


I need a formula which can sum the mode of payments seperately occuring on different dates.
Please see the attachme.it is like



table 1

date cash crdit card
1-1-14
2-1-14
3-1-14


table 2

product booking date booking amount payment date payment amount Payment Mode

a 1-1-14 100 2-1-14 100 credit card
b 1-1-14 150 3-1-14 150 cash
c 2-1-14 200 3-1-14 200 credit card


i want to add value in table 1 from table 2.

In front of date CELL Both cash and credit card amounts should appear separately.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Try sumifs

=sumifs(sumrange, criteria range 1, criteria 1, criteria range 2, criteria 2)


I'm on a mobile ATM so can't help beyond that


If you need more help as no one else has replied I'll take a look later on



Graeme



I need a formula which can sum the mode of payments seperately occuring on different dates.
Please see the attachme.it is like



table 1

date cash crdit card
1-1-14
2-1-14
3-1-14


table 2

product booking date booking amount payment date payment amount Payment Mode

a 1-1-14 100 2-1-14 100 credit card
b 1-1-14 150 3-1-14 150 cash
c 2-1-14 200 3-1-14 200 credit card


i want to add value in table 1 from table 2.

In front of date CELL Both cash and credit card amounts should appear separately.
 
Upvote 0

Forum statistics

Threads
1,216,477
Messages
6,130,879
Members
449,603
Latest member
dizze90

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