+ Reply to Thread
Results 1 to 6 of 6

Large IF/Lookup

  1. #1
    Registered User
    Join Date
    02-26-2009
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    64

    Large IF/Lookup

    Basically i have a spreadsheet with a large list of companies (50+) each with it's own acronym which is listed off screen.

    Back within the printable area the user types the acronym in and i want the cell above to display the full company name.

    Is this possible?

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Large IF/Lookup

    Hi demon,

    you probably need Vlookup or the Index/Match combination. If your off-screen list is organised like this:

    Please Login or Register  to view this content.
    then you can use

    =vlookup(A1,X1:Y50,2,False)

    where A1 is the cell where the user types the acronym and X1:Y50 is the table as indicated above.

    if the list is the other way round, like

    Please Login or Register  to view this content.
    you may want to try something like

    =index(X1:X50,match(a1,Y1:Y100,0))

    Instead of letting the user type the acronym, you can use data validation with the list option so they can only enter values on the list. This will avoid data entry errors and make life a bit easier.

    hth

  3. #3
    Forum Contributor
    Join Date
    04-03-2007
    Location
    Auckland, New Zealand
    MS-Off Ver
    2007
    Posts
    137

    Re: Large IF/Lookup

    Hi,

    Yes, this is possible.
    I'm assuming you have both the Acronym and the full company name laid out in a table....

    Take a look at the attached, might steer you in the right direction
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    04-03-2007
    Location
    Auckland, New Zealand
    MS-Off Ver
    2007
    Posts
    137

    Re: Large IF/Lookup

    Apologies Teylyn, didn't see your post.

  5. #5
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Large IF/Lookup

    no worries, JB, happens all the time ....
    greetings to the big smoke from the 'naki

  6. #6
    Registered User
    Join Date
    02-26-2009
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    64

    Re: Large IF/Lookup

    Thanks so much!

    Massive help!

+ 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