+ Reply to Thread
Results 1 to 6 of 6

Locate matching cells in multiple worksheets & report on value associated with match

Hybrid View

manleyjd14 Locate matching cells in... 07-09-2020, 12:36 PM
FDibbins Re: Locate matching cells in... 07-09-2020, 11:50 PM
manleyjd14 Re: Locate matching cells in... 07-10-2020, 02:58 PM
Gregb11 Re: Locate matching cells in... 07-10-2020, 09:54 PM
manleyjd14 Re: Locate matching cells in... 07-14-2020, 03:19 PM
Gregb11 Re: Locate matching cells in... 07-14-2020, 08:59 PM
  1. #1
    Registered User
    Join Date
    08-09-2019
    Location
    Richmond, Va
    MS-Off Ver
    365 MSO v2302
    Posts
    28

    Locate matching cells in multiple worksheets & report on value associated with match

    I have a spreadsheet that supplies server names and associated applications, but doesn't supply storage related data. That data is in another spreadsheet in multiple worksheets. For simplicity sake I created one spreadsheet with multiple worksheets. The Server & Application List worksheet contains server name I want to match in the other two worksheets. It's also where I'd like the storage data to be retrieved and stored.

    I want to match servers in Server & Application list worksheet (column E) with server names in column A in the Physical Server list and Virtual Server list worksheets. Once matched I want to pull the STG data from column d and insert it into the appropriate line in column F in the Server & Application list worksheet.

    I'm looking for the formula to read both the Physical Server and Virtual Server list worksheets.

    Appreciate and help you can provide.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Locate matching cells in multiple worksheets & report on value associated with match

    both VLOOKUP and INDEX/MATCH work across multiple files, and can be applied in the same manner as you would across different tabs. See if you can work with that, if not, shout back and we can help you further
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    08-09-2019
    Location
    Richmond, Va
    MS-Off Ver
    365 MSO v2302
    Posts
    28

    Re: Locate matching cells in multiple worksheets & report on value associated with match

    Ford... I'm struggling to understand if I need to do vlookup alone or in combo with index/match. All the vlookups I've coded have been simply find a match and play in a specific place. In this case I want to find the server name match, then pull the storage amount associated with that match and place it in a specific cell. I rarely have to do things like this so anything you could do to guide me in the right direction would be appreciated. Thanks

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,181

    Re: Locate matching cells in multiple worksheets & report on value associated with match

    Try this in F3, then copy down:

    =IFERROR(INDEX('Physical Server STG'!$D$2:$D$4,MATCH(E3,'Physical Server STG'!$A$2:$A$4,0)),INDEX('Virtual Server STG'!$D$2:$D$4,MATCH(E3,'Virtual Server STG'!$A$2:$A$4,0)))

  5. #5
    Registered User
    Join Date
    08-09-2019
    Location
    Richmond, Va
    MS-Off Ver
    365 MSO v2302
    Posts
    28

    Thumbs up Re: Locate matching cells in multiple worksheets & report on value associated with match

    That did the trick. Thanks so much for your help!

  6. #6
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,181

    Re: Locate matching cells in multiple worksheets & report on value associated with match

    You're welcome. Glad it worked.

+ 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. [SOLVED] Formula to Locate Matching Data in Worksheets and return Yes or No
    By hammer2 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-04-2016, 07:48 PM
  2. [SOLVED] Formula to Locate Matching Data in Worksheets and return Yes or No to a specified Cell
    By hammer2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-29-2015, 01:20 AM
  3. [SOLVED] Formula to Locate Matching Data in Worksheets and return a value to a specified Cell
    By hammer2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-16-2015, 08:42 AM
  4. [SOLVED] Formula to Locate Matching Data in Worksheets and return a value to a specified Cell
    By hammer2 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-19-2015, 05:38 AM
  5. [SOLVED] Formula to Locate Matching Data in Worksheets and return Yes or No to a specified Cell
    By hammer2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-25-2015, 01:09 AM
  6. [SOLVED] Formula to Locate Matching Data in Worksheets and return a value to a specified Cell
    By hammer2 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-10-2015, 04:55 AM
  7. Replies: 5
    Last Post: 10-26-2014, 10:37 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