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

I need to be able to round the sum of a formula to the nearest quarter hour,
such as:

This is my formula
=C4-E4-(D4*G4)
which equals 444.98

I need the quarter hours to view .00, .15, .50, and .75.

Susan

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Rounding a sum to the quarter hour.

Maybe......

=MROUND(C4-E4-(D4*G4),.25)

Vaya con Dios,
Chuck, CABGx3



"Susan" wrote:

I need to be able to round the sum of a formula to the nearest quarter hour,
such as:

This is my formula
=C4-E4-(D4*G4)
which equals 444.98

I need the quarter hours to view .00, .15, .50, and .75.

Susan

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Rounding a sum to the quarter hour.

Try this:

=ROUND((C4-E4-(D4*G4))/0.25,0)*0.25

Biff

"Susan" wrote in message
...
I need to be able to round the sum of a formula to the nearest quarter
hour,
such as:

This is my formula
=C4-E4-(D4*G4)
which equals 444.98

I need the quarter hours to view .00, .15, .50, and .75.

Susan



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Rounding a sum to the quarter hour.

Try


=ROUND((C4-E4-(D4*G4))/0.25,0)*0.25



--
Regards,

Peo Sjoblom



"Susan" wrote in message
...
I need to be able to round the sum of a formula to the nearest quarter
hour,
such as:

This is my formula
=C4-E4-(D4*G4)
which equals 444.98

I need the quarter hours to view .00, .15, .50, and .75.

Susan



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 round time to the nearest quarter of an hour Meghan New Users to Excel 6 July 7th 06 06:36 PM
rounding up time to quarter hour increments kdp145 Excel Worksheet Functions 5 March 15th 06 12:05 AM
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
Need to round the time to the nearest quarter hour. Help John Excel Discussion (Misc queries) 1 February 11th 06 06:41 AM


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