A
antoine.leblanc
Hello,
I have a list of codes (Project codes) in an Excel sheet, 5-digit long,
and most of them start with 0's : 00001, 0002, .... 00123 etc...
Now I use some kind of external application that reads into this excel
sheet, and these codes. I need them to LOOK like this, 00001, but I
also need the real actual value to be 00001.
If I type 00001 Excel converts to 1.
If I type '00001 it looks fine but the actual value is '00001,
including the ' symbol, so my application does not pick up what it
needs, expecting exactly 00001 .
And I also tried to use the Custom format "00000", there my cell looks
fine but the value still is 1.
Is there any way to get the exact value in the cell, even if it starts
with 0's ?
Thanks
I have a list of codes (Project codes) in an Excel sheet, 5-digit long,
and most of them start with 0's : 00001, 0002, .... 00123 etc...
Now I use some kind of external application that reads into this excel
sheet, and these codes. I need them to LOOK like this, 00001, but I
also need the real actual value to be 00001.
If I type 00001 Excel converts to 1.
If I type '00001 it looks fine but the actual value is '00001,
including the ' symbol, so my application does not pick up what it
needs, expecting exactly 00001 .
And I also tried to use the Custom format "00000", there my cell looks
fine but the value still is 1.
Is there any way to get the exact value in the cell, even if it starts
with 0's ?
Thanks