Sum formula

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

Guest

In table format

code hrs code hrs code hrs total
10 8 20 8 42 10 16
12 6 11 1 40 8 15

I need to sum the hrs if the code does not equal 42. What is the best way
to accomplish task?
 
Try this in G2 and copy down as needed:

=SUMPRODUCT((MOD(COLUMN(A2:E2)+1,2)=0)*(A2:E2<>42)*B2:F2)

--

HTH,

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

Sorry for the duplication
 

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