G
Guest
1. How I get rid of ' in the beggining of a number (data comes from Access I
believe) - it gets confused with text formats
2. Once I try to convert this to number, I lose the last character,
renumbered to "0"
3. If I try to multiply by 1 or sum 0 to make it a number, also loses the
last character, renumbered to 0.
4. If I try to combine this "renumbered" to 0 number, using RIGHT/MID with
the last character removed, it turns back to text once its combined (using &)
Thanks
believe) - it gets confused with text formats
2. Once I try to convert this to number, I lose the last character,
renumbered to "0"
3. If I try to multiply by 1 or sum 0 to make it a number, also loses the
last character, renumbered to 0.
4. If I try to combine this "renumbered" to 0 number, using RIGHT/MID with
the last character removed, it turns back to text once its combined (using &)
Thanks