Maintain leading zeros and only allow numbers

jamways

New Member
Joined
Nov 17, 2021
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hello everyone.

I have a column for telephone number extensions in my sheet. Of course, some of these extension numbers may begin with a zero. To keep the leading zero, I have changed the formatting of the column to 'text'. I also only want to allow numbers to be entered into the column.
However, in formatting the column to 'text', I am unable to maintain data validation for the rest of the column to only allow numbers. I was using the formula =ISNUMBER(cell) but this contradicts the 'text' formatting and I get validation errors when anything is posted.

Any help would be much appreciated!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Is there a fixed number of digits?

If, for example, the extension numbers are all the same length, you can use custom number formatting like this:
 

Attachments

  • 2021-11-17 11_12_48-Book1 - Excel.png
    2021-11-17 11_12_48-Book1 - Excel.png
    29.7 KB · Views: 37
Upvote 0
Is there a fixed number of digits?

If, for example, the extension numbers are all the same length, you can use custom number formatting like this:
Sorry I should have said, there isn't a fixed number of digits, some are 2 digits in lengths and some are up to 6 digits. There will also be new entries wherein I cant be sure how many digits there will be. Apologies for my above blank post too.

Book1
A
1Telephone number 1 extension
20153
3351
41
59656
616313
705
8687
Sheet1
Cells with Data Validation
CellAllowCriteria
A2:A8Custom=ISNUMBER(A2)
 
Upvote 0
Sorry I should have said, there isn't a fixed number of digits, some are 2 digits in lengths and some are up to 6 digits. There will also be new entries wherein I cant be sure how many digits there will be. Apologies for my above blank post too.

Book1
A
1Telephone number 1 extension
20153
3351
41
59656
616313
705
8687
Sheet1
Cells with Data Validation
CellAllowCriteria
A2:A8Custom=ISNUMBER(A2)
one more question.
How many leading zeros can there be?
Is there only maximum one leading zero?
 
Upvote 0
one more question.
How many leading zeros can there be?
Is there only maximum one leading zero?
In my current data I only have one leading zero at the most, but with future entries I really cannot be sure.
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,912
Members
452,366
Latest member
TePunaBloke

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