15 digit limitation question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've read BethP's question and I have the same problem with zeroes after the
15th digit . But, I want to do calculations on 16 and 17 digit numbers.
What can I do to keep my numbers from turning into 000s. Thanks, curtev
 
You could keep the values as text, then extract what you want from the string
using =mid() or =left() or =right().
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top