Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Alan
 
Posts: n/a
Default Rounding time in excel (2003)

I want to get a formula to round time up to the nearest 15 minutes. The
challenge is that the field I need to analyze is in a decimal form.
Example: In A1 is the value 2.20
I want an equation in B1 that results in the answer 2.25, or 2 and a
1/4 hours.

Can anyone help?

TIA, Alan
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=CEILING(A1,0.25)

In article ,
"Alan" wrote:

I want to get a formula to round time up to the nearest 15 minutes. The
challenge is that the field I need to analyze is in a decimal form.
Example: In A1 is the value 2.20
I want an equation in B1 that results in the answer 2.25, or 2 and a
1/4 hours.

Can anyone help?

TIA, Alan

  #3   Report Post  
David Welch
 
Posts: n/a
Default

Alan wrote:
I want to get a formula to round time up to the nearest 15 minutes. The
challenge is that the field I need to analyze is in a decimal form.
Example: In A1 is the value 2.20
I want an equation in B1 that results in the answer 2.25, or 2 and a
1/4 hours.

Can anyone help?

TIA, Alan


I think this should work:
=TIME(ROUND(YourCell,0), ROUND(MINUTE(YourCell/24)/15,0)*15,0)
  #4   Report Post  
Alan
 
Posts: n/a
Default

JE McGimpsey wrote:

One way:

=CEILING(A1,0.25)

In article ,
"Alan" wrote:

I want to get a formula to round time up to the nearest 15 minutes.
The challenge is that the field I need to analyze is in a decimal
form. Example: In A1 is the value 2.20
I want an equation in B1 that results in the answer 2.25, or 2 and a
1/4 hours.

Can anyone help?

TIA, Alan


Excellent! Thx
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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel 2003 - long closing time when have many add-ins installed David Welch Excel Discussion (Misc queries) 0 January 11th 05 02:38 PM
can a workbook with macros created in excel 2003 work in excel 20. Steve Venti Excel Discussion (Misc queries) 2 December 27th 04 02:31 PM
Excel 2000 file when opened in Excel 2003 generates errors? Doug Excel Discussion (Misc queries) 13 December 25th 04 10:20 PM
Saving a Excel 97 file into Excel 2003 file Wil Excel Discussion (Misc queries) 1 December 13th 04 11:51 PM


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