D
Deckert
I'm trying to set an Excel cell format like I can do in Access to prevent
input errors.
Cell input is 1234-123-1234-123, that's to say, non-sequential numbering but
using 4 numbers dash, then 3 numbers dash, 4 numbers dash, then 3 numbers.
If the entry is wrong, go to halt/stop.
What hasn't worked;
1. conditional format
2. Format, cells, 'custom'
I've tried ####-###-####-### under custom but it fails because it
allows more then 4 numbers at the very start.
I "can" get, 123456-789-1234-234 The last 3 sequences work but
not the 1st sequence.
Format set as ####-###-####-### , then input 1234-123-1234-123
states format is wrong whether I input dashes
or not.
3. (####-###-####-###)
4. '####-###-####-###'
5. "####-###-####-###"
6. =exact(####-###-####-###)
7. =exact"####-###-####-###"
8. =exact####-###-####-###
9. =exact, ####-###-####-###
10. (####)-(###)-(####)-(###)
Any help here would be greatly appreciated.........Dan
input errors.
Cell input is 1234-123-1234-123, that's to say, non-sequential numbering but
using 4 numbers dash, then 3 numbers dash, 4 numbers dash, then 3 numbers.
If the entry is wrong, go to halt/stop.
What hasn't worked;
1. conditional format
2. Format, cells, 'custom'
I've tried ####-###-####-### under custom but it fails because it
allows more then 4 numbers at the very start.
I "can" get, 123456-789-1234-234 The last 3 sequences work but
not the 1st sequence.
Format set as ####-###-####-### , then input 1234-123-1234-123
states format is wrong whether I input dashes
or not.
3. (####-###-####-###)
4. '####-###-####-###'
5. "####-###-####-###"
6. =exact(####-###-####-###)
7. =exact"####-###-####-###"
8. =exact####-###-####-###
9. =exact, ####-###-####-###
10. (####)-(###)-(####)-(###)
Any help here would be greatly appreciated.........Dan