Display a Number column as a percentage

R

Ray McCoppin

Try this

Use a Text field, in the text field put this formula

format([Number1],"##0.00%")
 
M

Michael Magan

Where can the syntax of the format function be found, and specifically
the format string? The online help in MSP2000 is not very helpful.

Ray said:
Use a Text field, in the text field put this formula

format([Number1],"##0.00%")

-----Original Message-----
I added a formula to the number1 field.

How do I display the number1 field as a percentage, not
an

actual number.

For example, my formula will return a result of .2

In the field, I would like to display it as 20% NOT .2

Is there a way to do this? Also, I could use another
field type if this would work.

Thanks for your help.
Aaron Wiggans
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top