Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Round to the nearest minute if more than 6 seconds

Using the following formula to round to the nearest minute:

=ROUND(A1/(1/1440),0)*1/1440

This one rounds up at the 30-second mark.

Need to make it so that after 6 seconds the time is rounded up to the next
minute.

Thanks in advance.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Round to the nearest minute if more than 6 seconds

The easiest way would be to just add 24 minutes like so:

=ROUND(A1/(1/1440)+24/60,0)*1/1440
--
John C


"bbarkman" wrote:

Using the following formula to round to the nearest minute:

=ROUND(A1/(1/1440),0)*1/1440

This one rounds up at the 30-second mark.

Need to make it so that after 6 seconds the time is rounded up to the next
minute.

Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Round to the nearest minute if more than 6 seconds

Hi bbarkman
Try
=TIME(HOUR(A1),MINUTE(A1)+(SECOND(A1)6),0)
o
=TIME(HOUR(A1),MINUTE(A1)+(SECOND(A1)=6),0)

Regards,
Pedro J.

Using the following formula to round to the nearest minute:

=ROUND(A1/(1/1440),0)*1/1440

This one rounds up at the 30-second mark.

Need to make it so that after 6 seconds the time is rounded up to the next
minute.

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
Rounding Up To Nearest Minute Fred Djinn Holstings Excel Discussion (Misc queries) 3 February 7th 07 12:04 AM
how do i round time to the nearest half a minute ALEX Excel Discussion (Misc queries) 3 September 25th 06 11:25 PM
How do you round up to nearest 10??? davemate Excel Discussion (Misc queries) 2 June 16th 06 03:23 AM
round to the nearest 1/8 Xhawk57 Excel Discussion (Misc queries) 7 February 16th 06 09:50 PM
roundup seconds to minute obi-akpere Excel Worksheet Functions 1 January 7th 05 12:50 PM


All times are GMT +1. The time now is 12:46 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"