how do I round down a value from a calculation towards zero

C

Carol

I have a cell with a formula but need to have the value produced from that
formula rounded down to the next dollar. Ideas????
 
K

Ken Wright

=FLOOR(A1,1)

where A1 holds your value, and your value is expressed in dollars.

Regards
Ken.................
 
Top