+ Reply to Thread
Results 1 to 4 of 4

Matching a value with a specific category in another sheet

  1. #1
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Matching a value with a specific category in another sheet

    Hello everyone,

    In the attached file you will find two scores on the Data! sheet: LOC.Score in column A and BAL.Score in column E. Each has their own sheet/tab at the bottom with their respective conversions.

    On the Data! sheet, I would like to match the LOC.Score value in column A with it's respective LOC.Category found within the LOC! sheet. Column B provides the correct output.

    The same is true for the BAL.Score, however, BAL.Score must consider gender as well. Thus, on the Data! sheet, I would like to match the BAL.Score value in column E with it's respective BAL.Category found on the BAL! sheet based on gender. Column F provides the correct output.

    I feel like this is so simple, but I can't seem to figure it out. Any help you could provide would be greatly appreciated!
    Attached Files Attached Files
    Last edited by Adamonia; 04-18-2020 at 02:42 PM.
    ----------------

    Adam

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Matching a value with a specific category in another sheet

    add a column in sheet Bal =>BAL c2 =A2&B2 and drag down
    `
    Data!G2 =VLOOKUP(D2&E2,BAL!$C$1:$D$114,2,0) and drag down.

    Add the file.
    Last edited by oeldere; 04-18-2020 at 01:17 PM.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Re: Matching a value with a specific category in another sheet

    Thank you so much!! Based on your example I was able to adapt the formula for the LOC column as well!

    =VLOOKUP(A2,LOC!$A$1:$B$48,2,0)

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Matching a value with a specific category in another sheet

    Glad I could help.

    If you are satisfied with the solution please mark the question solved.

    You can add a reputation for the given answers by clicking on the star (add reputation) below your question.

+ 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] Totals Matching Category and Date Range
    By crazyforexcel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-19-2020, 10:58 AM
  2. [SOLVED] Totals By Months From Another Sheet Matching Category
    By crazyforexcel in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-15-2019, 09:05 AM
  3. Help with formula to copy rows matching a category
    By buddydubbo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-21-2016, 05:57 PM
  4. Excel Category Matching and Swapping
    By akrobatik in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2012, 02:20 PM
  5. [SOLVED] Productsum: Highest Frequency Category, Specific Main Category, Frequency of Category
    By T86157 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-24-2012, 12:43 PM
  6. Replies: 4
    Last Post: 08-28-2011, 09:24 PM
  7. Matching list to each category
    By elfiky in forum Excel General
    Replies: 0
    Last Post: 05-23-2007, 06:31 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