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 do I roundup to .9 and rounddown to .9

I am working with currency figures and require each total to roundup to the
nearest .9 if the figure is for example 10.68 and to rounddown to the nearest
..9 IF it is less than .5 (for example 10.49).

I have tried various functions, including ROUNDUP/ROUNDDOWN but with no
success unless it is to an integer.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default How do I roundup to .9 and rounddown to .9

Try
=ROUND(A1/0.5,0)*0.5-0.01

If this post helps click Yes
---------------
Jacob Skaria


"Office Buddy" wrote:

I am working with currency figures and require each total to roundup to the
nearest .9 if the figure is for example 10.68 and to rounddown to the nearest
.9 IF it is less than .5 (for example 10.49).

I have tried various functions, including ROUNDUP/ROUNDDOWN but with no
success unless it is to an integer.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default How do I roundup to .9 and rounddown to .9

Office Buddy wrote:
I am working with currency figures and require each total to roundup to the
nearest .9 if the figure is for example 10.68 and to rounddown to the nearest
.9 IF it is less than .5 (for example 10.49).

I have tried various functions, including ROUNDUP/ROUNDDOWN but with no
success unless it is to an integer.


Does this work for you?

=ROUND(A1,0)-.1
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
ROUNDDOWN Dan Hoffman New Users to Excel 3 November 4th 09 09:08 PM
rounddown + if function PoetsOnMars Excel Worksheet Functions 8 January 7th 09 02:11 PM
Using ROUNDDOWN - Help please BritRaider Excel Discussion (Misc queries) 3 August 21st 07 04:58 PM
rounddown jnf Excel Worksheet Functions 5 March 17th 06 01:16 PM
Roundup or rounddown Heather Excel Worksheet Functions 2 November 15th 05 02:35 AM


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