Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello from Steved
Wanting total minutes only please. =DOLLARFR(DOLLARDE(S87,60)-DOLLARDE(K87,60),60) I have Analysis ToolPak as an Add In Here's my issue In Cell K87 I have 11.50 and in Cell S87 I have 1.00 it returns "-10.5" It should return "70" Yes I should have done as in 11:50am and 1:00pm and formated it as [H]:M Thankyou. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=TIME(INT(S87)+12,MOD(S87,1)*100,0)-TIME(INT(K87),MOD(K87,1)*100,0) and format the result cell as [m] Regards, Stefi €˛Steved€¯ ezt Ć*rta: Hello from Steved Wanting total minutes only please. =DOLLARFR(DOLLARDE(S87,60)-DOLLARDE(K87,60),60) I have Analysis ToolPak as an Add In Here's my issue In Cell K87 I have 11.50 and in Cell S87 I have 1.00 it returns "-10.5" It should return "70" Yes I should have done as in 11:50am and 1:00pm and formated it as [H]:M Thankyou. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thankyou
"Stefi" wrote: Try this: =TIME(INT(S87)+12,MOD(S87,1)*100,0)-TIME(INT(K87),MOD(K87,1)*100,0) and format the result cell as [m] Regards, Stefi €˛Steved€¯ ezt Ć*rta: Hello from Steved Wanting total minutes only please. =DOLLARFR(DOLLARDE(S87,60)-DOLLARDE(K87,60),60) I have Analysis ToolPak as an Add In Here's my issue In Cell K87 I have 11.50 and in Cell S87 I have 1.00 it returns "-10.5" It should return "70" Yes I should have done as in 11:50am and 1:00pm and formated it as [H]:M Thankyou. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi €˛Steved€¯ ezt Ć*rta: Thankyou "Stefi" wrote: Try this: =TIME(INT(S87)+12,MOD(S87,1)*100,0)-TIME(INT(K87),MOD(K87,1)*100,0) and format the result cell as [m] Regards, Stefi €˛Steved€¯ ezt Ć*rta: Hello from Steved Wanting total minutes only please. =DOLLARFR(DOLLARDE(S87,60)-DOLLARDE(K87,60),60) I have Analysis ToolPak as an Add In Here's my issue In Cell K87 I have 11.50 and in Cell S87 I have 1.00 it returns "-10.5" It should return "70" Yes I should have done as in 11:50am and 1:00pm and formated it as [H]:M Thankyou. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing decimal time into 24 hour time and reverse | Excel Discussion (Misc queries) | |||
Column subtractions | Excel Worksheet Functions | |||
how do I do subtractions in excel | New Users to Excel | |||
Compare lists for additions and subtractions | Excel Worksheet Functions | |||
Converting decimal time to standard time? | Excel Discussion (Misc queries) |