Sumif or If or Nesting

  • Thread starter Thread starter sachinattri
  • Start date Start date
S

sachinattri

hi there,

I have a set of data with Names in Column 1, Dates in Column 2 an
Dollars in Column 3. In Column 1, same person has purchased differen
things on different as well as same dates. If I want to specify tha
SUM if Name=Joe and Date=Oct 17 then SUM all corresponding values, ho
do I do that?

I have tried SUMIF, IF and SUMPRODUCT, I dont know where I seem t
lack.

Please help its easy but I just cant figure it out.

Thank you

Sac
 
With name to find in A1,
And date to find in B1,
And data list in A2:C100,
Try this:

=SUMPRODUCT((A2:A100=A1)*(B2:B100=B1)*C2:C100)

--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


hi there,

I have a set of data with Names in Column 1, Dates in Column 2 and
Dollars in Column 3. In Column 1, same person has purchased different
things on different as well as same dates. If I want to specify that
SUM if Name=Joe and Date=Oct 17 then SUM all corresponding values, how
do I do that?

I have tried SUMIF, IF and SUMPRODUCT, I dont know where I seem to
lack.

Please help its easy but I just cant figure it out.

Thank you

Sach
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top