• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

excluded time computation

Hi Team,

any help with regards to time computation; my formula only reads those in hours and even if i do add the formula "minute", it doesn't count those entries of 0:30 mins.
for example:
CORE = 26.00 when it should have been 27.00
TMT = 5.00 when it should have been 5.30

thanks in advance.
 

Attachments

  • Time Computation.xlsx
    30.7 KB · Views: 10
Hi!

Just for fun... another option could be:
[AB2] : =SUMPRODUCT((R$3:R$23=AA2)*(G$2:M$2="Total"),G$3:M$23)*24
or
[AB2] : =SUM(SUMIF(R:R,AA2,OFFSET(G:G,,{0,3,6})))*24

Blessings!
 
Last edited:
Back
Top