Function to ignore decimals

  • Thread starter Thread starter Poliisi
  • Start date Start date
P

Poliisi

How can i create simple math function from chart location, which ignores
its decimal numbers?

Ie. A2 is "=1/2" and A1 is "=A2 * 2". I want the A1 function to display 0
as it would if the outcome from A2 is not rounded and the decimals are
simply dropped away.
 
How can i create simple math function from chart location, which ignores
its decimal numbers?

Ie. A2 is "=1/2" and A1 is "=A2 * 2". I want the A1 function to display 0
as it would if the outcome from A2 is not rounded and the decimals are
simply dropped away.

A1: =INT(A2)*2


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top