Display result from Outlook formula.

E

Elisabeth

How do I get the result of a formula calculation to display in rounded
numbers, not decimals. For example I have figured out how to use the FV
foumula for future value and can plug in fields, but the result is a long
number with four decimals and I would prefer to just see a result rounded to
whole number.
 
S

Sue Mosher [MVP-Outlook]

YOu can use the Round() function to round the result: Round(value, number_of_places)
 
Top