Convert special number to text, retain formatting

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

Guest

I need to export out of excel into another database. I have a phone number that is a "special" format. I want to keep that formatting but make it text only for the export

I have done this before and can't remember what I did. If memory serves me correctly, It was a simple formula that I ran, copied the column, did a paste special into another column as values and it worked

Thanks in advance for any assistance.
 
Hi
use the TEXT function for this. e.g.
=TEXT(A1,"your_format")
 

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