Sumif help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

=SUMIF(B:B,B92,AE:AE)+SUMIF(B:B,B92,AI:AI)+sumif(b:b,b92,AK:AK)

is there a way to condense this formula.

i.e. =sumif(b:b,b92,ae:ae&ai:ai&ak:ak)

Thanks in advance.
 
One way:

=SUMPRODUCT(--(B1:B1000=B92),(AE1:AE1000+AI1:AI1000+AK1:AK1000))
 

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