Conversion in EXCEL Numeric to Text

  • Thread starter Thread starter News
  • Start date Start date
N

News

Hi,

I'am looking for VBA program inside EXCEL, which can convert numeric cells
to text.

Thank you

Arnold
 
You could try this formula:

=TEXT(A1,"000000")

This will convert the number in A1 to a 6-digit text value, with
leading zeros as necessary.

Hope this helps.

Pete
 

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