how to multiply two values and round the result

  • Thread starter Thread starter PirateJoe
  • Start date Start date
P

PirateJoe

I have a result of a function that multiplies two cells (currency and a
percent) that I would like rounded to the nearest dollar. Where do I tell
excel to round the result?
 
Hi,

You can round the actual value using ROUND(A1,0)

Or you can round the display by choosing Format, Cells, Number tab,
currency, 0 decimal places.
 
Back
Top