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!
 
Warning:
This formula allows entries like
+078
1e+10
-89

A more robust solution would be
Custom
=SUMPRODUCT(--ISNUMBER(--MID(A2,ROW(INDIRECT("1:"&LEN(A2))),1)))=LEN(A2)

M.
 
Upvote 0
Solution

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,216,308
Messages
6,129,993
Members
449,550
Latest member
LML2892

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