Sum formula

B

Bonita

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?
 
R

RagDyeR

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
 
Top