Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
dalipsinghbisht
 
Posts: n/a
Default How i can remove 000 from 0004317575303272489


Hi,


I have one problem in Excel what formula i should apply to remove
Zero's from a number

i.e. i want to remove 000 from

0004317575303272489
0004317575015221980
0004006661030893619

I want the above data as

4317575303272489
4317575015221980
4006661030893619
So Please Tell the solution As soon as possible....

Thanks


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile: http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=523514

  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default How i can remove 000 from 0004317575303272489

Hi

You could use Find/Replace - if you are sure that there is only one
occurence of 000 in any particular number. If you had 0004317570003272489,
for example, that method would remove both sets of 000.
If it is always the first three digits, you could use a helper column with
=MID(A2,4,255)

Hope this helps.
Andy.

"dalipsinghbisht"
<dalipsinghbisht.24tasm_1142595601.3047@excelfor um-nospam.com wrote in
message news:dalipsinghbisht.24tasm_1142595601.3047@excelf orum-nospam.com...

Hi,


I have one problem in Excel what formula i should apply to remove
Zero's from a number

i.e. i want to remove 000 from

0004317575303272489
0004317575015221980
0004006661030893619

I want the above data as

4317575303272489
4317575015221980
4006661030893619
So Please Tell the solution As soon as possible....

Thanks


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile:
http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=523514



  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim May
 
Posts: n/a
Default How i can remove 000 from 0004317575303272489

another approach, in a blank column next enter =A1 + 0
leading 000's should fall off and your content should be a pure number
(copy and paste-special value to itself)

"dalipsinghbisht"
<dalipsinghbisht.24tasm_1142595601.3047@excelfor um-nospam.com wrote in
message news:dalipsinghbisht.24tasm_1142595601.3047@excelf orum-nospam.com...

Hi,


I have one problem in Excel what formula i should apply to remove
Zero's from a number

i.e. i want to remove 000 from

0004317575303272489
0004317575015221980
0004006661030893619

I want the above data as

4317575303272489
4317575015221980
4006661030893619
So Please Tell the solution As soon as possible....

Thanks


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile:
http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=523514



  #4   Report Post  
Posted to microsoft.public.excel.misc
dalipsinghbisht
 
Posts: n/a
Default How i can remove 000 from 0004317575303272489


Hi Friends,

Thanks for your quick reply
Andy's second formula is working but zim's not coz it shows zero in
last......


Dalip


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile: http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=523514

  #5   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default How i can remove 000 from 0004317575303272489

Hi

JIm's formula should be OK. It is attempting to make the 'number' into a
proper number, by telling Excel to add 0 to it - and it usually does the
trick! Make sure you are using + and not &
It may be that there are trailing blanks in the cell, I suppose.
You could also try *1 instead of +0

Andy.

"dalipsinghbisht"
<dalipsinghbisht.24td3y_1142598600.792@excelforu m-nospam.com wrote in
message news:dalipsinghbisht.24td3y_1142598600.792@excelfo rum-nospam.com...

Hi Friends,

Thanks for your quick reply
Andy's second formula is working but zim's not coz it shows zero in
last......


Dalip


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile:
http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=523514





  #6   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR
 
Posts: n/a
Default How i can remove 000 from 0004317575303272489

You can use TTC (Text To Columns).

Select your column of data, then,
<Data <TextToColumns
Click on "Fixed Width", then <Next

Click in the "Data Preview" window and place the 'break line' to separate
the zeroes,
Then <Next

In the "Data Preview" window you see the first column of 0's selected by
default.
Click on "Do Not Import Column"
You see the header change from 'General' to "skip".

Then click on the second column containing your numbers.
Click on "Text", since you have 16 digits remaining.
Then <Finish.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"dalipsinghbisht"
<dalipsinghbisht.24td3y_1142598600.792@excelforu m-nospam.com wrote in
message news:dalipsinghbisht.24td3y_1142598600.792@excelfo rum-nospam.com...

Hi Friends,

Thanks for your quick reply
Andy's second formula is working but zim's not coz it shows zero in
last......


Dalip


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile:
http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=523514


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove element from menu Dominic Excel Discussion (Misc queries) 1 February 1st 06 08:25 PM
Can't Insert of remove worksheet in an existing workbook beginer1 Excel Discussion (Misc queries) 4 January 25th 06 03:06 AM
Remove link fr a column of entries Rasoul Khoshravan Azar Excel Discussion (Misc queries) 1 December 18th 04 10:51 PM
Remove link fr a column of entries Rasoul Khoshravan Azar Excel Discussion (Misc queries) 1 December 17th 04 08:07 PM
Remove link fr a column of entries Rasoul Khoshravan Azar Excel Discussion (Misc queries) 1 December 17th 04 06:44 PM


All times are GMT +1. The time now is 12:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"