View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default how to multiply two values and round the result

Try this:

=ROUND(A2*B2,0)

--
Biff
Microsoft Excel MVP


"PirateJoe" wrote in message
...
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?