Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Rounding up a cell to the next ¼ hour.

I have a column that is tracking time spent on projects and an auto summation
at the bottom. However I would like to know how to formulate a cell that
take the total time and rounds it up to the next ¼ hour?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Rounding up a cell to the next ¼ hour.

=ROUNDUP(A1*96,0)/96


"Pasquale" wrote:

I have a column that is tracking time spent on projects and an auto summation
at the bottom. However I would like to know how to formulate a cell that
take the total time and rounds it up to the next ¼ hour?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Rounding up a cell to the next ¼ hour.

Try:
=TIME(HOUR(A1),CEILING(MINUTE(A1),15),0)

This is a great resource:
http://www.cpearson.com/excel/datearith.htm

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Pasquale" wrote:

I have a column that is tracking time spent on projects and an auto summation
at the bottom. However I would like to know how to formulate a cell that
take the total time and rounds it up to the next ¼ hour?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Rounding up a cell to the next ¼ hour.

=CEILING(A1,1/96)
--
David Biddulph

"Pasquale" wrote in message
...
I have a column that is tracking time spent on projects and an auto
summation
at the bottom. However I would like to know how to formulate a cell that
take the total time and rounds it up to the next ¼ hour?



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 time UP to nearest fourth-hour [email protected] Excel Discussion (Misc queries) 4 September 10th 07 09:58 PM
Rounding a sum to the quarter hour. Susan Excel Worksheet Functions 3 June 29th 07 06:42 PM
rounding up time to quarter hour increments kdp145 Excel Worksheet Functions 1 March 14th 06 07:11 PM
rounding up time to quarter hour increments kdp145 Excel Worksheet Functions 0 March 14th 06 06:43 PM
Rounding time to nearest Hour SierraRose Excel Worksheet Functions 1 July 24th 05 02:57 AM


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