Excel 2007 - Rounddown Function?

C

Charliec

I posted the message below in the ...excel.misc newsgroup, but think
maybe it would be more appropriately posted here;

----------------------------------------------------
I have a calculation setup in a column with no decimal points (whole
numbers only). The calculation results in the number being rounded
up. I would like the number to be round down to the whole digit
number (ie if the result is 23.78, I would like it round down to 23).
Below is a example of the current formula:

=SUM((220-F2)*0.9)

What do I have to add to this calculation to get it to round down.

Thanks
Charlie
******************************************************
Charliec
 
M

Martin Fishlock

Charlie:

Try =rounddown((220-F2)*0.9,0)

You don't need the sum as it is only a subtraction of a single cell.

Hope this helps
Martin Fishlock, www.nyfconsultants.com, Bangkok, Thailand
Please do not forget to rate this reply.
 

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

Excel 2007 - RoundDown in Calculation? 4
Calculate to the third decimal and round up or down in cell 6
rounddown 5
Round Function 5
Rounddown 3
ROUNDDOWN 3
How to round a number up or down 3
IF and Round 5

Top