• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Calculating Totals for each person

fredieusa

New Member
Hello All,

for the like of me, i cannot get this correct. It first appeared a simple task but it is kicking my butt.

I am trying to get the totals for cash and credit for each person
I want cells E2 to calculate $10 and F2 to calculate $20 for Kumar.

E3 and F3 for Mc Donald and E4 and F4 for Smith, Charged vs cash spent respectively.
 

Attachments

Hi,

Pls try this one

E3 column =SUMIFS($D$13:$D$20,$B$13:$B$20,D3,$C$13:$C$20,"charge")
F3 Column =SUMIFS($D$13:$D$20,$B$13:$B$20,D3,$C$13:$C$20,"cash")
 
Back
Top