#1   Report Post  
Posted to microsoft.public.excel.misc
jwfakouri
 
Posts: n/a
Default Roud up or rond down


hey guy's,
how do i write this formula? if a1=$6.80 round down to the nearest
nine $6.79' if a1=$6.85 round up the nearest nine $6.89

thanks,
jason


--
jwfakouri
------------------------------------------------------------------------
jwfakouri's Profile: http://www.excelforum.com/member.php...o&userid=31435
View this thread: http://www.excelforum.com/showthread...hreadid=521288

  #2   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs
 
Posts: n/a
Default Roud up or rond down


Try

=ROUND(A1+0.01,1)-0.01


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=521288

  #3   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Roud up or rond down

Hi

Just a quick "heads up", assuming the OP wants 6.84 to go down to 6.79,
and it is only 6.85 and upward that needs to go up, then I think it
needs to be .001 as the add-on, not .01
=ROUND(A1+0.001,1)-0.01


--
Regards

Roger Govier


"daddylonglegs"
wrote in
message
news:daddylonglegs.24hd5y_1142038800.8848@excelfor um-nospam.com...

Try

=ROUND(A1+0.01,1)-0.01


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile:
http://www.excelforum.com/member.php...o&userid=30486
View this thread:
http://www.excelforum.com/showthread...hreadid=521288



  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Roud up or rond down

=ROUND(A15,0)-0.1

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"jwfakouri" wrote
in message ...

hey guy's,
how do i write this formula? if a1=$6.80 round down to the nearest
nine $6.79' if a1=$6.85 round up the nearest nine $6.89

thanks,
jason


--
jwfakouri
------------------------------------------------------------------------
jwfakouri's Profile:

http://www.excelforum.com/member.php...o&userid=31435
View this thread: http://www.excelforum.com/showthread...hreadid=521288



  #5   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default Roud up or rond down

Hi,

=ROUND(A1,1)-0.01

Regards,
B. R. Ramachandran

"jwfakouri" wrote:


hey guy's,
how do i write this formula? if a1=$6.80 round down to the nearest
nine $6.79' if a1=$6.85 round up the nearest nine $6.89

thanks,
jason


--
jwfakouri
------------------------------------------------------------------------
jwfakouri's Profile: http://www.excelforum.com/member.php...o&userid=31435
View this thread: http://www.excelforum.com/showthread...hreadid=521288




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
how do you roud up the number in Excel please? maram Excel Discussion (Misc queries) 9 December 19th 04 09:31 AM


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