#1   Report Post  
Shadowman13
 
Posts: n/a
Default Round down for time

Can someone provide a formula to use for rounding down time data.
Example 9:37 needs to round down to 9:30 and 7:25 needs to round down to 7:00.

Thanks - in advance...!!!
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

=FLOOR(A1,TIME(0,30,0))
And format as time.

Shadowman13 wrote:

Can someone provide a formula to use for rounding down time data.
Example 9:37 needs to round down to 9:30 and 7:25 needs to round down to 7:00.

Thanks - in advance...!!!


--

Dave Peterson
  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

=ROUNDDOWN(A10*48,0)/48

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Shadowman13" wrote in message
...
Can someone provide a formula to use for rounding down time data.
Example 9:37 needs to round down to 9:30 and 7:25 needs to round down to

7:00.

Thanks - in advance...!!!



  #4   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Your examples are rather ambiguous, but I'll assume you want to round
down to the nearest half-hour:

=FLOOR(A1,"00:30")

or, since XL stores times as fractional days, equivalently

=FLOOR(A1,1/48)


In article ,
"Shadowman13" wrote:

Can someone provide a formula to use for rounding down time data.
Example 9:37 needs to round down to 9:30 and 7:25 needs to round down to 7:00.

Thanks - in advance...!!!

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
Round time to nearest quarter hr John Excel Worksheet Functions 2 March 16th 05 09:41 PM
round function in excel 2000 lots of questions Excel Worksheet Functions 2 March 4th 05 01:41 AM
How do I round DOWN only, 24999 to 24000. Ian Excel Discussion (Misc queries) 5 February 24th 05 04:57 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM
Round Time cpme Excel Worksheet Functions 2 November 18th 04 07:09 PM


All times are GMT +1. The time now is 10:08 PM.

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

About Us

"It's about Microsoft Excel"