+ Reply to Thread
Results 1 to 2 of 2

Formula Dropping Leading Zeros

  1. #1
    Computer Lady
    Guest

    Formula Dropping Leading Zeros

    I am currently utilizing the following formula:

    =LOOKUP(A7,{'0055622,'0055625}),{"This worked 1","This worked 2"})

    However, when I put it into Excel, it is dropping the leading zeros on my
    test numbers. It looks like the following:

    =LOOKUP(A7,{'55622,'55625}),{"Obsolete Test","New Version of This Test
    Exists"})

    I really need this formula to retain the zeros. Any ideas on how I would do
    this?

    Thanks!

  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187
    =LOOKUP(A7,{"0055622","0055625"},{"This worked 1","This worked 2"})

+ 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