+ Reply to Thread
Results 1 to 5 of 5

INDEX/MATCH Between Sheets

  1. #1
    Registered User
    Join Date
    10-26-2019
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    2

    INDEX/MATCH Between Sheets

    Hi everyone, I'm working on a personnel tracker readiness tool and I'm having trouble with Index and Match functions. I've tried VLOOKUP and got the same result so I'm assuming its something to do with the way I sent the tool up. I have attached the excel file and some images of the formula evaluation below. This tool has two sheets, one will contain basic data, names of people, etc. (names masked to the Alphabet for the forum) and the second sheet will contain a monthly calendar of availability. The First Sheet "Data" is only built up with the "Managers" column for now (A21 - A24). What I am trying to do is count every row in the calendar sheet in column A that contains a name from "Managers" and "AV" in Column D...I have this working partly.

    The problem is that the formula only works for the first identified match and only in the row where the criteria was sourced from. So in the attached example the first match is "H" in A14 on the sheet labeled "Master". "H" comes from A22 on the sheet labeled "Data". The formula ONLY works in row 22 in the sheet labeled "Master" where I need it to work across all rows from 6 to 13. eventually I add a COUNTIF to sum up each occurrence of a name match with AV. But for now I just want to get the formula to work in the proper rows.

    In the attached images, you see the INDEX MATCH result change from '1' to '20'. I'd appreciate any help to figure this out

    Capture1.PNG

    Capture2.PNG
    Attached Files Attached Files
    Last edited by scottneh; 10-26-2019 at 12:30 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,586

    Re: INDEX/MATCH Between Sheets

    Welcome to the forum.

    Will you please attach a small sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    Instructions (Please Read Carefully):

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment (it hasn't worked for years, and despite our repeatedly asking the technical team who own the forum to fix it, they can't be bothered to do so), so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    10-26-2019
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    2

    Re: INDEX/MATCH Between Sheets

    Thanks that helped. I was having a hard time wit the attach icon

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,586

    Re: INDEX/MATCH Between Sheets

    Thanks, but you don't seem to have followed stage #2 of the instructions - I cannot see where you have manually mocked up results.

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,755

    Re: INDEX/MATCH Between Sheets

    If you just want a count of the number of managers with AV, then try
    =SUMPRODUCT(COUNTIFS(A14:A40,Managers,D14:D40,AJ12))

+ 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] index-match from three sheets
    By gilnic in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-12-2019, 05:06 AM
  2. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  3. [SOLVED] Index/Match across sheets
    By pauldaddyadams in forum Excel General
    Replies: 5
    Last Post: 01-07-2015, 08:26 AM
  4. [SOLVED] Index Match using two sheets for Criteria to Match
    By Locust in forum Excel General
    Replies: 3
    Last Post: 12-01-2013, 12:45 PM
  5. Multiple Sheets Match & Index filtering by sheets
    By ijulian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-24-2012, 01:49 PM
  6. Index and match value from specified sheets?
    By gaftalik in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-30-2008, 03:40 AM
  7. [SOLVED] Index and match among sheets
    By umba-sr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-17-2006, 09:30 AM

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