On 2002-08-21 15:53, jdoiron wrote:
How do I zero fill a column so there a 10 digits in it. Say the column has the value of 2345, I need it to be 0000002345.
On 2002-08-21 16:05, parry wrote:
Hi its better to format the cells you need as REPT,TEXT & RIGHT turns the values into text, so if you tried to add the values it wont work.
Instead, select the column you want formated, select Format-Cells-Custom and in the Type box enter 0000000000 the click OK. This will put high order zero's in for you.
This message was edited by parry on 2002-08-21 16:06
On 2002-08-21 15:58, PaddyD wrote:
If you just need it to look as if there are leading zeros, use a custom format with 10 zeros...