G
grahammal
How can I format a cell so that it will only allow seven digits to be
entered.
It must not allow less or more than seven.
entered.
It must not allow less or more than seven.
grahammal said:How can I format a cell so that it will only allow seven digits to be
entered.
It must not allow less or more than seven.
grahammal said:How can I format a cell so that it will only allow seven digits to be
entered.
It must not allow less or more than seven.
grahammal said:The number will never have leading zero's.
As far as I can tell it will always begin with a 5.
Examples
5393276
5393312
5393331
5393454
jamex said:I think no such format is available to restrict a cell to accept only
7 alphabets, but validation can restrict it:
Data->Validation
Allow=Text length
Data=Equal to
length=7
click ok
Now just type any seven alphabets in your active cell.
Cheers...Jamex
But he isn't SURE that it always begins with 5.Dave said:One more...
Whole Number
Between:
Minimum:
5000000
Maximum:
5999999
Surely it'd need to be 1000000 to 9999999 otherwise 1023456 for instanceBob said:Use Data Validation with a type of whole number and values of 1111111
and 9999999
Too trueDave said:But he is sure as far as he can tell.
Which is probably the best any of us can say about anything.