Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Which do I use (and how) to do the following:
Add minutes only if above 1 hour. ie 0:55 0:45 1:20 1:10 Total=4:10 Totals greater then 1:00=0:30 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
are you up to sth. like that:
=SUMPRODUCT((A1:A41/24)*(A1:A4-1/24)) ? format the cell with the a/m formula to hh:mm or try to set a custom format or =SUMPRODUCT((A1:A41/24)*(A1:A4-1/24))*60 will result with "pure" minutes On 3 Lis, 11:14, hoyos wrote: Which do I use (and how) to do the following: Add minutes only if above 1 hour. ie 0:55 0:45 1:20 1:10 Total=4:10 Totals greater then 1:00=0:30 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(A1:A5-1/240),A1:A5-1/24)
Regards, Stefi €˛hoyos€¯ ezt Ć*rta: Which do I use (and how) to do the following: Add minutes only if above 1 hour. ie 0:55 0:45 1:20 1:10 Total=4:10 Totals greater then 1:00=0:30 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Stefi, that did the trick
"Stefi" wrote: =SUMPRODUCT(--(A1:A5-1/240),A1:A5-1/24) Regards, Stefi €˛hoyos€¯ ezt Ć*rta: Which do I use (and how) to do the following: Add minutes only if above 1 hour. ie 0:55 0:45 1:20 1:10 Total=4:10 Totals greater then 1:00=0:30 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi €˛hoyos€¯ ezt Ć*rta: Thank you Stefi, that did the trick "Stefi" wrote: =SUMPRODUCT(--(A1:A5-1/240),A1:A5-1/24) Regards, Stefi €˛hoyos€¯ ezt Ć*rta: Which do I use (and how) to do the following: Add minutes only if above 1 hour. ie 0:55 0:45 1:20 1:10 Total=4:10 Totals greater then 1:00=0:30 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need SUMIF / SUMPRODUCT help I think | Excel Discussion (Misc queries) | |||
Sumif or sumproduct | Excel Worksheet Functions | |||
SumIf or SumProduct | Excel Worksheet Functions | |||
Sumif or Sumproduct | Excel Worksheet Functions | |||
SUMIF or SUMPRODUCT or something else? | Excel Worksheet Functions |