View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default function arguments

To round numbers, use the Round function, as in:

=round(33*25%,2)

Regards,
Fred.

"Oregongal35" wrote in message
...
I created a true and false function,
and if true then it equals 33*25%, how do i get the that number to round
in
my formula?