+ Reply to Thread
Results 1 to 3 of 3

Format Number to Text:How can I change the format in sheet1

  1. #1
    Roni
    Guest

    Format Number to Text:How can I change the format in sheet1

    Hi All,

    Need your advise for the following:
    I have numbers in column A ranging from 1 to 99999999 in sheet1. In
    sheet2, I have the numbers in text format (8 character).

    If in sheet1 the number is 10, in sheet2 it will be 00000010 (text
    format).
    How can I change the format in sheet1 to 8 character text like the
    format I have in sheet2?
    I can format it to 8 digit number using format cell, custom, then I
    put 00000000 but I do not know how to convert it to 8 character text.

    Thanks,
    Roni


  2. #2
    Roni
    Guest

    re: Format Number to Text:How can I change the format in sheet1

    Let me clarify: I can do that using combination of if and concatenate
    function....
    Any other ideas how to do this?

    Roni


  3. #3
    arno
    Guest

    re: Format Number to Text:How can I change the format in sheet1

    Hi Roni wrote:

    > If in sheet1 the number is 10, in sheet2 it will be 00000010 (text
    > format).
    > How can I change the format in sheet1 to 8 character text like the
    > format I have in sheet2?


    =text(a1, "00000000")

    arno

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1