![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I have one column in Excel that I want a fixed decimal, when I select the column and
format it to have decimals it adds two zeros after the decimal. Example I want to enter 5565 and the decimal point would be 55.65, I'm getting 5565.00,how do I get rid of these zeros? I only want this one column to have the decimal. Your help is appreciated. Thanks, PJ |
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 40,665
|
Quote:
Copy it. Select the values of interest. Activate Edit|Paste Special >Divide. |
|
|
|
|
|
|
#3 |
|
Join Date: Feb 2002
Location: Chippenham, UK
Posts: 132
|
If you always put in four digits
=MID(E1,1,2)&"."&MID(E1,3,2)
__________________
Regards, Gary Hewitt-Long |
|
|
|
|
|
#4 |
|
Join Date: Feb 2002
Posts: 74
|
There is another option that might be useful.
You can have any particular worksheet have as its default a particular number of decimals: Tools/Options/Edit/Fixed Decimal = 2 (or whatever you want). This applies to the sheet as a whole. If you want to override it for any particular cell, include the decimal in the cell entry (i.e., 6442. yields 6442 but 6442 yields 64.42 if you have 2 decimal places selected.)
__________________
"Interfere? Of course we should interfere! Always do what you're best at, that's what I say!" -- The Doctor, Nightmare of Eden |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|