Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default Decimal Time Subtractions

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Decimal Time Subtractions

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default Decimal Time Subtractions

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Decimal Time Subtractions

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing decimal time into 24 hour time and reverse Bobzter100 Excel Discussion (Misc queries) 4 January 25th 08 11:38 AM
Column subtractions Mike Darrington Excel Worksheet Functions 2 October 4th 07 01:53 AM
how do I do subtractions in excel ladyace New Users to Excel 2 August 7th 07 07:24 PM
Compare lists for additions and subtractions John Michl Excel Worksheet Functions 2 June 2nd 06 04:30 PM
Converting decimal time to standard time? mpendleton Excel Discussion (Misc queries) 4 May 12th 06 10:07 PM


All times are GMT +1. The time now is 12:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"