Sumproduct

  • Thread starter Thread starter Dominique Feteau
  • Start date Start date
D

Dominique Feteau

i've heard much about this function, but not sure on how to use it for what
i need.

Some cells in Column A have the text "direct" or "indirect". columns C
through N are Jan through Dec.

I need to add up all the cells in column c (jan) that have "direct" or
"indirect" in Column A.

A C
Client Jan

direct 4950
one time 0
recurring 4950
direct 0
one time 0
recurring 0
direct 750
one time 0
recurring 750

So for this small one the total would be 5700.

btw i have 256 rows.

Dominique
 
Hi
try
=SUMPRODUCT(((A2:A300="direct")+(A2:A300="indirect")),C2:C300)
 

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

Back
Top