+ Reply to Thread
Results 1 to 6 of 6

Inserting a description for an acronym from one spreadsheet into another

  1. #1
    Registered User
    Join Date
    09-29-2017
    Location
    Bruderheim Alberta
    MS-Off Ver
    2010
    Posts
    4

    Inserting a description for an acronym from one spreadsheet into another

    Good evening. I have two spreadsheets. Spreadsheet 1 has a schedule of our hockey games and what arena that game is located but the arena is just the acronym. Spreadsheet 2 is a list of hockey arenas with their acronyms and their description. How can I get excel to populate spreadsheet one with the descriptions from spreadsheet 2 by recognizing the acronym? Sorry I'm not sure if I have explained it correctly.

    SPREADSHEET 1 SPREADSHEET 2
    Arena ID Arena Arena ID Arena
    SOC SOC Strathcona Olympiette Centre & Fultonvale Arena
    Attached Images Attached Images

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,602

    Re: Inserting a description for an acronym from one spreadsheet into another

    =vlookup($d2,sheet2'$a:$b,2,false)
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    09-29-2017
    Location
    Bruderheim Alberta
    MS-Off Ver
    2010
    Posts
    4
    Quote Originally Posted by protonLeah View Post
    =vlookup($d2,sheet2'$a:$b,2,false)
    Thanks I will try that!

  4. #4
    Registered User
    Join Date
    09-29-2017
    Location
    Bruderheim Alberta
    MS-Off Ver
    2010
    Posts
    4

    Talking Re: Inserting a description for an acronym from one spreadsheet into another

    ProtonLeah, Can you help me a bit further with a formula to add the address for the arena beside the arena name?

    I had tried =VLOOKUP($D2,Sheet2!C3:D388,2,FALSE) but I received an error.

  5. #5
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Inserting a description for an acronym from one spreadsheet into another

    ProtonLeah doesn't appear to be online, so I hope he doesn't mind me jumping in - Where is the address located on sheet 2? With VLOOKUP, the first column in your lookup range (C3:D388) should be the column you're searching for a match in, then the "2" in your formula tells Excel to show the result from the 2nd column of that lookup range. Your formula:

    =VLOOKUP($D2,Sheet2!C3:D388,2,FALSE)

    Tries to look up $D2 in Sheet2 column C and should return Sheet2 column D from that match. If the address you want is in Sheet2 column D, it looks to me like you want:

    =VLOOKUP($D2,Sheet2!$A$3:$D$388,4,FALSE)

    This will look in sheet2 column A for a match and return the corresponding result in sheet2 column D. Hopefully that helps?
    If your problem has been solved, please use "Thread Tools" to mark the thread as "Solved".

    If you're grateful for this site's existence and would like to contribute to the community, please consider posting something hilarious in our joke thread:
    https://www.excelforum.com/the-water...ke-thread.html

  6. #6
    Registered User
    Join Date
    09-29-2017
    Location
    Bruderheim Alberta
    MS-Off Ver
    2010
    Posts
    4
    Quote Originally Posted by CAntosh View Post
    ProtonLeah doesn't appear to be online, so I hope he doesn't mind me jumping in - Where is the address located on sheet 2? With VLOOKUP, the first column in your lookup range (C3:D388) should be the column you're searching for a match in, then the "2" in your formula tells Excel to show the result from the 2nd column of that lookup range. Your formula:

    =VLOOKUP($D2,Sheet2!C3:D388,2,FALSE)

    Tries to look up $D2 in Sheet2 column C and should return Sheet2 column D from that match. If the address you want is in Sheet2 column D, it looks to me like you want:

    =VLOOKUP($D2,Sheet2!$A$3:$D$388,4,FALSE)

    This will look in sheet2 column A for a match and return the corresponding result in sheet2 column D. Hopefully that helps?
    Thanks for the explanation! I always try to figure it out using the answer i am given so i understand it. So thanks again!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Formula or Macro to lookup values in closed spreadsheet based on description. . .
    By dara3273 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-29-2015, 04:31 PM
  2. Function required to add description to code within spreadsheet
    By JulieRayner in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2014, 11:13 AM
  3. extract 3 letter acronym and numbers from text
    By bisntrix in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-20-2012, 11:29 PM
  4. Extracting Words from Acronym
    By jbr10bach in forum Excel General
    Replies: 4
    Last Post: 03-02-2012, 11:16 PM
  5. Acronym
    By raviabburi in forum Excel General
    Replies: 2
    Last Post: 11-11-2009, 04:51 AM
  6. calculating a value determined by acronym/letters
    By KeiranMac in forum Excel General
    Replies: 6
    Last Post: 09-25-2009, 11:21 AM
  7. How do I count a named range for a specific word or acronym?
    By brandyb in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-04-2005, 03:55 PM

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