Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number format for Combobox | Excel Discussion (Misc queries) | |||
default number format | Excel Discussion (Misc queries) | |||
Custom number format always defaults last number to 0. | Excel Discussion (Misc queries) | |||
Format Number to Text | Excel Worksheet Functions | |||
How do i change numbers in text format to number format? | New Users to Excel |