View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Formula Rounding

=ROUNDDOWN(your_formula,2)

will round down to 2 decimal places.

Hope this helps.

Pete

On May 1, 11:16 pm, Starrlight341
wrote:
I have a spreadsheet where I have a formula in a cell. The answer in that
cell needs to be round down instead of up. It's set to two decimal places
but the answers are different than my account because of rounding. How do I
had adda formula to the exsisting equation to have it round down?