A
an
I have a formulae to sum hours conditionaly:
=SUMPRODUCT(--(colorindex(A1:A3;TRUE)=3);--(A1:A3>TIME
(24;0;0));A1:A3)
If result will be greater that 24:00, for example 25:00,
the formulae return 1:00.
Is possible to get 1 day and 1:00 hour, please?
Thanks in advance.
an
=SUMPRODUCT(--(colorindex(A1:A3;TRUE)=3);--(A1:A3>TIME
(24;0;0));A1:A3)
If result will be greater that 24:00, for example 25:00,
the formulae return 1:00.
Is possible to get 1 day and 1:00 hour, please?
Thanks in advance.
an