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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
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,217,268
Messages
6,135,566
Members
449,948
Latest member
AmyB2212

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