SUMIF FORMULA?

Y

Yoli

How do you state this as a formula? If A4:A8 is the number 23, then add only
the hours in B4:B8 that go with 23.

A B
23 1.5
15 1.0
17 1.0
12 .5
23 .75
 
J

Jacob Skaria

=SUMIF(A:A,23,B:B)

If these are valid time entries custom format the result cell to [h]:mm

If this post helps click Yes
 
Top