Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am creating a form for employees to fill in. One of the automated
calculations will be a percent that I will either round or truncate to 1 decimal (ex: 15.1%). How do I then use the exact number visible to have the form do another automatic calculation in another cell? In other words, I want the 15.1% to be used instead of a number like 15.094321. |
#2
![]() |
|||
|
|||
![]()
Tools - Options - Calculation
Precision as displayed. "Wendy - Payroll" wrote in message ... I am creating a form for employees to fill in. One of the automated calculations will be a percent that I will either round or truncate to 1 decimal (ex: 15.1%). How do I then use the exact number visible to have the form do another automatic calculation in another cell? In other words, I want the 15.1% to be used instead of a number like 15.094321. |
#3
![]() |
|||
|
|||
![]()
Thank you!!!!
"Barb Reinhardt" wrote: Tools - Options - Calculation Precision as displayed. "Wendy - Payroll" wrote in message ... I am creating a form for employees to fill in. One of the automated calculations will be a percent that I will either round or truncate to 1 decimal (ex: 15.1%). How do I then use the exact number visible to have the form do another automatic calculation in another cell? In other words, I want the 15.1% to be used instead of a number like 15.094321. |
#4
![]() |
|||
|
|||
![]()
Just wrap your formula in the Round() function, and the return from that
will be the actual value used: =Round("your formula",1) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Wendy - Payroll" wrote in message ... I am creating a form for employees to fill in. One of the automated calculations will be a percent that I will either round or truncate to 1 decimal (ex: 15.1%). How do I then use the exact number visible to have the form do another automatic calculation in another cell? In other words, I want the 15.1% to be used instead of a number like 15.094321. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Equity buildup calculation | Excel Worksheet Functions | |||
Calculation Setting in Excel | Excel Discussion (Misc queries) | |||
How do I use a check box to accept a calculation | Excel Discussion (Misc queries) | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions |