How we can remove zeros before numbers?

Faryad Gujjar

New Member
Joined
Feb 9, 2019
Messages
1
Hi, I need help to solve this issue, Like i have to many customer codes and they all have zeros before numbers like,
[TABLE="width: 284"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]
Current Shape[/TD]
[TD]
Required
[/TD]
[/TR]
[TR]
[TD]000003[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]PAK LAND CHEMIST[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000005[/TD]
[TD="align: right"]5[/TD]
[/TR]
[TR]
[TD]KHALID MEDICAL STORE[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000006[/TD]
[TD="align: right"]6[/TD]
[/TR]
[TR]
[TD]CHISHTI MEDICAL STORE[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000025[/TD]
[TD="align: right"]25[/TD]
[/TR]
[TR]
[TD]HASSAN MEDICAL STORE[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000076[/TD]
[TD="align: right"]76[/TD]
[/TR]
[TR]
[TD]OASIS MEDICAL STORE[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000077[/TD]
[TD="align: right"]77[/TD]
[/TR]
[TR]
[TD]ISANI MEDICAL STORE[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000095[/TD]
[TD="align: right"]95[/TD]
[/TR]
[TR]
[TD]AGHA S SUPERMARKET[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000100[/TD]
[TD="align: right"]100[/TD]
[/TR]
[TR]
[TD]NEW MOTTAS SUPER MARKET[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000109[/TD]
[TD="align: right"]109[/TD]
[/TR]
[TR]
[TD]IQBAL MEDICAL STORE[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000111[/TD]
[TD="align: right"]111[/TD]
[/TR]
[TR]
[TD]SALMAN MEDICO[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000115[/TD]
[TD="align: right"]115[/TD]
[/TR]
[TR]
[TD]NATIONAL CHEMIST[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000122[/TD]
[TD="align: right"]122[/TD]
[/TR]
[TR]
[TD]KAMAL BAKERY MEDICAL STORE[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]000123[/TD]
[TD="align: right"]123[/TD]
[/TR]
[TR]
[TD]FAZAL-E-RABBI MEDICAL STORE[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
the zeros are due to your numbers being stored as text, in your example if current column is A and Required is be then in B1 =--A1
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top