C Carol May 11, 2009 #1 I have a cell with a formula but need to have the value produced from that formula rounded down to the next dollar. Ideas????
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 May 11, 2009 #2 =FLOOR(A1,1) where A1 holds your value, and your value is expressed in dollars. Regards Ken.................
=FLOOR(A1,1) where A1 holds your value, and your value is expressed in dollars. Regards Ken.................