Roud up or rond down

J

jwfakouri

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
 
B

Bob Phillips

=ROUND(A15,0)-0.1

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
R

Roger Govier

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"
message
news:[email protected]...
 
Top