#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default Round up to 3

Formula now is =B3/E3/F3*G3 I need the results to round up in increments of
3. Example if results are even, 3,6,9,12 etc... thats fine but if it's
something like 3.9 I need it to round up to 6, 7.1 up to 9 etc... Thanks in
advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Round up to 3

On Sat, 23 Feb 2008 05:11:01 -0800, Richard
wrote:

Formula now is =B3/E3/F3*G3 I need the results to round up in increments of
3. Example if results are even, 3,6,9,12 etc... thats fine but if it's
something like 3.9 I need it to round up to 6, 7.1 up to 9 etc... Thanks in
advance


You can use the CEILING function

e.g: =CEILING(A1,3)

or

=CEILING(B3/E3/F3*G3,3)

One caveat:

As written, this will work for positive values. If you might have negative
values, you need to decide on the behavior (round towards or away from zero)
you want, and also either change the function or the sign of number or
significance.
--ron
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 524
Default Round up to 3

Sat, 23 Feb 2008 05:11:01 -0800 from Richard
:
Formula now is =B3/E3/F3*G3 I need the results to round up in increments of
3. Example if results are even, 3,6,9,12 etc... thats fine but if it's
something like 3.9 I need it to round up to 6, 7.1 up to 9 etc... Thanks in
advance


= 3*round((...)/3, 0)

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
A: Maybe because some people are too annoyed by top posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top posting such a bad thing?
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Round up to 3

I assume you intended to say ROUNDUP, rather than ROUND, Stan?
--
David Biddulph

"Stan Brown" wrote in message
t...

= 3*round((...)/3, 0)

Sat, 23 Feb 2008 05:11:01 -0800 from Richard

:
Formula now is =B3/E3/F3*G3 I need the results to round up in increments
of
3. Example if results are even, 3,6,9,12 etc... thats fine but if it's
something like 3.9 I need it to round up to 6, 7.1 up to 9 etc... Thanks
in
advance





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 524
Default Round up to 3

Sat, 23 Feb 2008 19:47:25 -0000 from <"David Biddulph" <groups [at]
biddulph.org.uk:
I assume you intended to say ROUNDUP, rather than ROUND, Stan?


Good catch; you're right.

Please don't use a "-- " signature delimiter before quoted material.
That makes it impossible to carry the quote forward. Thanks!

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
A: Maybe because some people are too annoyed by top posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top posting such a bad thing?
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
ROUND Novice2000 Excel Discussion (Misc queries) 2 July 11th 07 04:14 PM
Round up or down cybergardener Excel Discussion (Misc queries) 7 April 11th 07 10:10 PM
round down? dbrumit Excel Discussion (Misc queries) 1 February 15th 07 04:35 PM
round down? Dave F Excel Discussion (Misc queries) 0 February 15th 07 04:26 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


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