Format calculation results

G

Guest

Hi,
I have a text box with the data calculated as a percentage of
sales/mailings. I'd like it to be limited to 2 decimal places. Input mask
isn't working as ##.##\%;;_ presumably because the data is being calculated
rather than being "input."

How can I limit this expression to 2 decimal places?
=[txtSales]/[txtNumber mailed]*100

Thank you,
Karl
 
G

Guest

Hi.

Try eliminating the *100 from your formula, then formatting the TextBox
as Percent, and setting Decimal Places to 2.

-Michael
 
G

Guest

Hi Michael,
Thanks so much for your help. It worked perfectly!
Yours,
Karl

Michael H said:
Hi.

Try eliminating the *100 from your formula, then formatting the TextBox
as Percent, and setting Decimal Places to 2.

-Michael


Karl H said:
Hi,
I have a text box with the data calculated as a percentage of
sales/mailings. I'd like it to be limited to 2 decimal places. Input mask
isn't working as ##.##\%;;_ presumably because the data is being calculated
rather than being "input."

How can I limit this expression to 2 decimal places?
=[txtSales]/[txtNumber mailed]*100

Thank you,
Karl
 

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

Similar Threads


Top