Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Can MROUND be used to always round down?

I would like to be able to round a number to 0.25 but always rounding down (I
also need to be able to do the same thing, but always round up)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Can MROUND be used to always round down?

=FLOOR(I1,0.25)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"m.collett" wrote in message
...
I would like to be able to round a number to 0.25 but always rounding down
(I
also need to be able to do the same thing, but always round up)



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Can MROUND be used to always round down?

On Mon, 19 Feb 2007 08:25:36 -0800, m.collett
wrote:

I would like to be able to round a number to 0.25 but always rounding down (I
also need to be able to do the same thing, but always round up)


Lots of ways:

=ROUNDDOWN(A1/0.25,0)*0.25
=ROUNDUP(A1/0.25,0)*0.25

=CEILING(A1,0.25)
=FLOOR(A1,0.25)
--ron
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Can MROUND be used to always round down?

maybe you could use:

=floor(a1,.25)



m.collett wrote:

I would like to be able to round a number to 0.25 but always rounding down (I
also need to be able to do the same thing, but always round up)


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Can MROUND be used to always round down?

Thanks for all replies - I'll head off and experiment.
M

"Ron Rosenfeld" wrote:

On Mon, 19 Feb 2007 08:25:36 -0800, m.collett
wrote:

I would like to be able to round a number to 0.25 but always rounding down (I
also need to be able to do the same thing, but always round up)


Lots of ways:

=ROUNDDOWN(A1/0.25,0)*0.25
=ROUNDUP(A1/0.25,0)*0.25

=CEILING(A1,0.25)
=FLOOR(A1,0.25)
--ron

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
MROUND cheeser83 Excel Discussion (Misc queries) 7 January 6th 07 04:07 AM
MRound Lucky_guy2000 Excel Discussion (Misc queries) 2 April 21st 06 01:44 PM
MRound and Roundup adodson Excel Worksheet Functions 4 April 11th 06 12:13 AM
Why doesn't MROUND work? [email protected] Excel Discussion (Misc queries) 2 June 19th 05 06:03 PM
Mround ynissel Excel Discussion (Misc queries) 1 June 2nd 05 05:32 PM


All times are GMT +1. The time now is 06:50 AM.

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"