![]() |
![]() |
|
|||||||
| 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
|
Hello people
I have a column contains some number which start with 0 eg. 0123 022 033 123 33 How can I delete those zeros? Thanks in advance |
|
|
|
#2 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi
You could use Edit>Replace but this would also delete zeros in any position. Use this function instead: =SUBSTITUTE(A1,"0","")*1 It will result in a real number. |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
It appears that you have a column of text representations of numbers (e.g., "033"). If you wish to convert these to numeric values select 'em, choose the Data | Text to Columns... menu command and press [ Finish ].
|
|
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
That's so easy and quick
Thanks alot Mark |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|