Hi,
I need a cell to format or input mask after input. The number is an electricity meter reading.
The number always starts with 00, so this needs to be at the front but ideally the user shouldn't have to type the 00 part.
So the format I need is 00 XXX XXX XX XXXX XXXX XXX.
Thats 00 followed by 3, 3, 2, 4, 4, 3 digits. So 19 numbers, plus the 00 at the front = 21 numbers.
Any ideas?
I just cant get mine to work, trying "00"#,###,###,##,####,####,###
Bookmarks