+ Reply to Thread
Results 1 to 2 of 2

How to copy a number into a text cell, keeping leading zeros?

  1. #1
    Basher Bates
    Guest

    How to copy a number into a text cell, keeping leading zeros?

    In order to standardise an index reference for a LOOKUP table, I need to
    CONCATENATE cells from three columns, which could be (typically) as follows:-
    B, 010, 030 or even A, 000, 040. This would give a concatenation of
    B010030, etc..

    The data has been standardised into this form to allow sorting within a
    reference table and I then need to extract cells within that table for use in
    my spreadsheet, using the LOOKUP functions.
    This works fine if I input '000' as text but if I try to convert a 3-digit
    numerical cell to text the leading zeros are dropped, resulting in B1030 or
    A040, using the above examples.

    Does anybody have a workaround for this problem?

  2. #2
    Andy Pope
    Guest

    Re: How to copy a number into a text cell, keeping leading zeros?

    Hi,

    You could use the TEXT() function to maintain leading zeros.
    =TEXT(6,"000")
    would give you 006

    Cheers
    Andy

    Basher Bates wrote:
    > In order to standardise an index reference for a LOOKUP table, I need to
    > CONCATENATE cells from three columns, which could be (typically) as follows:-
    > B, 010, 030 or even A, 000, 040. This would give a concatenation of
    > B010030, etc..
    >
    > The data has been standardised into this form to allow sorting within a
    > reference table and I then need to extract cells within that table for use in
    > my spreadsheet, using the LOOKUP functions.
    > This works fine if I input '000' as text but if I try to convert a 3-digit
    > numerical cell to text the leading zeros are dropped, resulting in B1030 or
    > A040, using the above examples.
    >
    > Does anybody have a workaround for this problem?


    --

    Andy Pope, Microsoft MVP - Excel
    http://www.andypope.info

+ 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