comoke1024
New Member
- Joined
- Jan 13, 2017
- Messages
- 1
Good afternoon all,
I'm not sure if what I'm trying to do is possible, but I'm having trouble with this problem:
I have a percent value in Cell A1, ex: 50.176%
I want to enter a number in B1 that will control how many decimal places that A1 contains AND displays.
I can enter into cell C1 the FIXED function, FIXED(A1,B1) to force it to use the number of decimal places, let's say 4 to show 50.18%, but it displays as a decimal, 0.5018.
I know I can use the TEXT function to turn it back to a percent, TEXT(C1,"##.###%"), but this changes it to a text. I need to be able to copy-paste this to another spreadsheet and keep it formatted as a percent (it displays as a percent correctly, but in the new sheet it's stored as a text).
Is this possible? If so, is it possible to do without Macros? I'm doing this for Excel users of all skills, so I'd like to stick to formulas if possible. And I'd like to avoid having to adjust the formatting manually each time I copy-paste.
Thank you in advance for your help!
I'm not sure if what I'm trying to do is possible, but I'm having trouble with this problem:
I have a percent value in Cell A1, ex: 50.176%
I want to enter a number in B1 that will control how many decimal places that A1 contains AND displays.
I can enter into cell C1 the FIXED function, FIXED(A1,B1) to force it to use the number of decimal places, let's say 4 to show 50.18%, but it displays as a decimal, 0.5018.
I know I can use the TEXT function to turn it back to a percent, TEXT(C1,"##.###%"), but this changes it to a text. I need to be able to copy-paste this to another spreadsheet and keep it formatted as a percent (it displays as a percent correctly, but in the new sheet it's stored as a text).
Is this possible? If so, is it possible to do without Macros? I'm doing this for Excel users of all skills, so I'd like to stick to formulas if possible. And I'd like to avoid having to adjust the formatting manually each time I copy-paste.
Thank you in advance for your help!