Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default days and time functions

Dear
I requesting all who read this. start time 01 May 09 09:20:00 to 03 May
09 17:10:00 , reqired farmula for difference bewteen the time , answer
required in the formate - days:hrs:mins:sec .

Thanks regards.
--
gv
  #2   Report Post  
Junior Member
 
Location: Quito
Posts: 2
Send a message via MSN to John_Franco Send a message via Skype™ to John_Franco
Default

Quote:
Originally Posted by raogv View Post
Dear
I requesting all who read this. start time 01 May 09 09:20:00 to 03 May
09 17:10:00 , reqired farmula for difference bewteen the time , answer
required in the formate - days:hrs:mins:sec .

Thanks regards.
--
gv
Just subtract, use -

Forget the date format, Excel dates are sequential numbers

Your result will be 2.32638888889051

What does this mean?

You have 2 days and 0.32638888889051 time

Assign a 37:30:55 time format to 0.32638888889051 and convert this decimal date code to 7:50:00

You have 2 days and 7:50:00 hours

Done

Last edited by John_Franco : May 4th 09 at 06:51 PM Reason: Forget detailes
  #3   Report Post  
Junior Member
 
Location: Quito
Posts: 2
Send a message via MSN to John_Franco Send a message via Skype™ to John_Franco
Default

Quote:
Originally Posted by John_Franco View Post
Just subtract, use -

Forget the date format, Excel dates are sequential numbers
Your result will be 2.326388889

What does this mean?

You have 2 days and 0.326388889 time

Convert 0.326388889 to time format 37:30:55 for example and done

Learn more about excel dates, visit: http://www.excel-spreadsheet-authors...xcel-date.html
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default days and time functions

With start date in A1 and end date time in A2, try the below

=TEXT(A2-A1,"dd hh:mm")

If this post helps click Yes
---------------
Jacob Skaria


"raogv" wrote:

Dear
I requesting all who read this. start time 01 May 09 09:20:00 to 03 May
09 17:10:00 , reqired farmula for difference bewteen the time , answer
required in the formate - days:hrs:mins:sec .

Thanks regards.
--
gv

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default days and time functions

OR A2-A1 and custom format the cell to dd:hh:mm:ss

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

With start date in A1 and end date time in A2, try the below

=TEXT(A2-A1,"dd hh:mm")

If this post helps click Yes
---------------
Jacob Skaria


"raogv" wrote:

Dear
I requesting all who read this. start time 01 May 09 09:20:00 to 03 May
09 17:10:00 , reqired farmula for difference bewteen the time , answer
required in the formate - days:hrs:mins:sec .

Thanks regards.
--
gv



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default days and time functions

=TEXT(A2-A1,"dd:hh:mm:ss")

If this post helps click Yes
---------------
Jacob Skaria


"raogv" wrote:

Dear
I requesting all who read this. start time 01 May 09 09:20:00 to 03 May
09 17:10:00 , reqired farmula for difference bewteen the time , answer
required in the formate - days:hrs:mins:sec .

Thanks regards.
--
gv

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default days and time functions

my problem is solved. Thanks a lot sir.
--
gv


"Jacob Skaria" wrote:

=TEXT(A2-A1,"dd:hh:mm:ss")

If this post helps click Yes
---------------
Jacob Skaria


"raogv" wrote:

Dear
I requesting all who read this. start time 01 May 09 09:20:00 to 03 May
09 17:10:00 , reqired farmula for difference bewteen the time , answer
required in the formate - days:hrs:mins:sec .

Thanks regards.
--
gv

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default days and time functions

Please note that the TEXT() function will convert the format to text whereas
the below will not.....

A2-A1 and custom format the cell to dd:hh:mm:ss


If this post helps click Yes
---------------
Jacob Skaria


"raogv" wrote:

my problem is solved. Thanks a lot sir.
--
gv


"Jacob Skaria" wrote:

=TEXT(A2-A1,"dd:hh:mm:ss")

If this post helps click Yes
---------------
Jacob Skaria


"raogv" wrote:

Dear
I requesting all who read this. start time 01 May 09 09:20:00 to 03 May
09 17:10:00 , reqired farmula for difference bewteen the time , answer
required in the formate - days:hrs:mins:sec .

Thanks regards.
--
gv

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
How do I set my time and get rid of sample time using functions NapierGye Excel Worksheet Functions 4 April 4th 09 10:10 PM
Calculating time without using time functions... Ian R Excel Worksheet Functions 4 August 26th 07 02:08 PM
Time between days RamOst Excel Worksheet Functions 7 May 11th 06 03:28 PM
Calculating days & time left from start date/time to end date/time marie Excel Worksheet Functions 7 December 7th 05 02:36 PM
date functions for previous 60/90/180 days BBranch Excel Worksheet Functions 2 September 2nd 05 05:31 PM


All times are GMT +1. The time now is 02:46 PM.

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"