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 How can I round in quarter points?

I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00 for
example
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default How can I round in quarter points?

Hi!

Try this:

=ROUND(A1/0.25,0)*0.25

Biff

"frumious" wrote in message
...
I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00
for
example



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 329
Default How can I round in quarter points?

Or
=ROUND(A1*4,0)/4

Cheers
--
macropod
[MVP - Microsoft Word]


"Biff" wrote in message
...
Hi!

Try this:

=ROUND(A1/0.25,0)*0.25

Biff

"frumious" wrote in message
...
I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00
for
example





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default How can I round in quarter points?

"frumious" wrote in message
...
I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00
for
example


=MROUND(A1,0.25)
--
David Biddulph


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default How can I round in quarter points?

Hello,

=INT(F3*4+0.5)/4

if you do not like (or you do not know or you do not have) ROUND/MROUND
:-)

Regards,
Bernd

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
how do I round 3.30 to the nearest quarter. 3.30=3.25 pat canning Excel Worksheet Functions 2 February 20th 06 05:49 PM
Need to round the time to the nearest quarter hour. Help John Excel Discussion (Misc queries) 1 February 11th 06 06:41 AM
round numbers to the nearest quarter? LeelooIvy Excel Worksheet Functions 3 May 14th 05 07:34 PM
Round time to nearest quarter hr John Excel Worksheet Functions 2 March 16th 05 09:41 PM


All times are GMT +1. The time now is 04:05 PM.

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"