Roundup or rounddown

H

Heather

HI, I need a way to roundup if >= .50 and rounddown <.49

1.86 = 2
1.5 = 2
1.49 = 1
7.25 = 7

Thanks
 
R

RagDyer

Try this:

=ROUND(A1,0)

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
Top