Formula

  • Thread starter Thread starter Marvin
  • Start date Start date
M

Marvin

I am tring to create a formula that will divide a number by 2 and then insert
the number to the lowest 10th in the cell Example 65 divieded by 2 +32.5 but
in the cell it would show 30 is this posible Thanks
 
=ROUNDDOWN(32.5,-1) will give you the number 30
=ROUNDDOWN(65/2,-1) will give you the number 30 in your example
 
Brad said:
=ROUNDDOWN(32.5,-1) will give you the number 30
=ROUNDDOWN(65/2,-1) will give you the number 30 in your example


Thanks this work if I insert the cel that I wish to divide
 

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

Similar Threads


Back
Top