Remove Decimal from Calculations

J

Jake

Is there a way to multiply by a value in a cell, but only by the whole number?

So if a cell's value is 2.2143, and I multiply by another cell with a value
of 2, I want the result to be 4 (not rounded). Can this be done?
 
N

Naz

You can use the INT function. e.g

=Int(A1)+A2

Assuming 2.2143 is in A1 and 2 is in A2

Hope that helps

__________________
Naz
London
 
Top