#1   Report Post  
Posted to microsoft.public.excel.misc
Kaputa
 
Posts: n/a
Default Rounding up help

I have a somewhat biased rounding up to perform, one decimal place. If the
value at the second decimal place is 5 or <5, increase or decrease value at
the first decimal place by 1. Ex., 3.36 to 3.4 and 3.34 to 3.3. When the
value is =5, the value should also be incresed by 1. Ex., 3.35 to 3.4. What
is the formula one should use?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Rounding up help

Try this:

=ROUND(A1,1)

Change A1 to match your cell reference.

HTH,
Elkar

"Kaputa" wrote:

I have a somewhat biased rounding up to perform, one decimal place. If the
value at the second decimal place is 5 or <5, increase or decrease value at
the first decimal place by 1. Ex., 3.36 to 3.4 and 3.34 to 3.3. When the
value is =5, the value should also be incresed by 1. Ex., 3.35 to 3.4. What
is the formula one should use?

  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Rounding up help

"Kaputa" wrote:
If the value at the second decimal place is 5 or <5,
increase or decrease value at the first decimal place
by 1. Ex., 3.36 to 3.4 and 3.34 to 3.3. When the
value is =5, the value should also be incresed by
1. Ex., 3.35 to 3.4. What is the formula one should use?


Does ROUND(value,1) do the trick for you? If not, why not?
  #4   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default Rounding up help

Does this do the trick for you
=IF(MOD(A18*100,10)=5,ROUNDUP(A18,1),ROUNDDOWN(A1 8,1))\
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Kaputa" wrote in message
...
I have a somewhat biased rounding up to perform, one decimal place. If the
value at the second decimal place is 5 or <5, increase or decrease value
at
the first decimal place by 1. Ex., 3.36 to 3.4 and 3.34 to 3.3. When the
value is =5, the value should also be incresed by 1. Ex., 3.35 to 3.4.
What
is the formula one should use?



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
Unwanted rounding of large number Candyman Excel Worksheet Functions 5 August 18th 05 12:32 AM
Rounding LaraHubbs Excel Discussion (Misc queries) 2 June 21st 05 09:42 PM
Percentage rounding error in charts Tracey Excel Discussion (Misc queries) 4 May 14th 05 04:01 AM
Banker's Rounding - need help! Somecallmejosh Excel Discussion (Misc queries) 3 January 20th 05 09:53 PM
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:29 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"