Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Wind54Surfer
 
Posts: n/a
Default I need help rounding numbers, please.

Hi everyone,

I need to round numbers as part of a formula and can't figure it out.

Say I have 72.5 and need to divide it into 3

I get 24.16 (then I need to round 24.6 to the next even number = 26)

(Anything over an even must go to the next even.)

Any ideas really appreciated.

Thanks,
Emilio
  #2   Report Post  
Dave O
 
Posts: n/a
Default

What if the result is odd?

  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Assuming, based on your example, that you want to round *up* to the
nearest even number, one way:

=CEILING(72.5/3,2)

In article ,
Wind54Surfer wrote:

I need to round numbers as part of a formula and can't figure it out.

Say I have 72.5 and need to divide it into 3

I get 24.16 (then I need to round 24.6 to the next even number = 26)

(Anything over an even must go to the next even.)

Any ideas really appreciated.

  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

=ROUNDUP(A16/2,0)*2

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Wind54Surfer" wrote in message
...
Hi everyone,

I need to round numbers as part of a formula and can't figure it out.

Say I have 72.5 and need to divide it into 3

I get 24.16 (then I need to round 24.6 to the next even number = 26)

(Anything over an even must go to the next even.)

Any ideas really appreciated.

Thanks,
Emilio



  #5   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

With your number p.e. in A2
=ROUNDUP(A2/(3*2),0)*2

Arvi Laanemets


"Wind54Surfer" wrote in message
...
Hi everyone,

I need to round numbers as part of a formula and can't figure it out.

Say I have 72.5 and need to divide it into 3

I get 24.16 (then I need to round 24.6 to the next even number = 26)

(Anything over an even must go to the next even.)

Any ideas really appreciated.

Thanks,
Emilio





  #6   Report Post  
Wind54Surfer
 
Posts: n/a
Default

Thanks a lot to everybody.

I am impress how many people are willing to help.

Thanks again,
Emilio
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
Rounding numbers up or down boyshanks Excel Discussion (Misc queries) 13 April 8th 09 03:03 PM
Rounding numbers in charts Andrea Excel Discussion (Misc queries) 1 February 9th 05 03:22 PM
Rounding Numbers Simon Excel Worksheet Functions 5 February 3rd 05 11:24 PM
Rounding Numbers JaneC Excel Discussion (Misc queries) 2 February 3rd 05 02:32 AM
How do I make Excel stop rounding off my numbers that are 16 digi. Aida Excel Discussion (Misc queries) 1 December 6th 04 04:34 PM


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