![]() |
Changing format of number without changing the value
How do I add the % sign to a existing number without changing the value?
Example: 1.68 should show 1.68% not 168? |
Select the cell & press Ctrl-1
Navigate to the Number tab Select Custom in the left hand panel In the Type edit box enter 0.00"%" Click on OK "sweetsue516" wrote: How do I add the % sign to a existing number without changing the value? Example: 1.68 should show 1.68% not 168? |
Sue,
Percentage-formatted cells are based on 1 for 100%. It's only when you key in the percentage that it's converted, for example you key 1.68%, and it converts the actual value to .0168, and formats the cell for percentage. When you change the cell formatting to %, it uses the existing value. Your 1.68 represents 168%. It will need to be scaled by .01. If you have a lot of these, put .01 in a cell, Copy, then over the cells to be changed, do Paste special - Multiply. Another possible solution is to append the % with formatting. To do that, Format - Cells - Number tab. Custom. After the existing code, put a % symbol, in quotes, after the existing format code. General"%" 0.00"%" If there are any formulas that refer to the cells, they'll need to be scaled by .01 (multiply by .01). -- Earl Kiosterud www.smokeylake.com "sweetsue516" wrote in message ... How do I add the % sign to a existing number without changing the value? Example: 1.68 should show 1.68% not 168? |
All times are GMT +1. The time now is 02:48 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com