You are on page 1of 1

Removing decimals from numbers

=INT(5.6)
=INT(K2)
----------------Enter a value in a cell depending on the value of another cell
=VLOOKUP(M24;Sheet2!$A2:B$32;2;0)
--------------Combine Data From Multiple Cells

=CONCATENATE(A1;B1;C1)
---------------Round a number (or the result of a division):
=ROUND((N10/7,5);0)
-----------------------

You might also like