+ Reply to Thread
Results 1 to 13 of 13

Correcting a formula INDEX + MATCH

  1. #1
    Registered User
    Join Date
    08-28-2019
    Location
    South Carolina
    MS-Off Ver
    2016
    Posts
    4

    Correcting a formula INDEX + MATCH

    The formula I am working with is below - it should return a value based on the criteria selected from drop down menus in A12 & B12 - it works correctly for every menu item except for one. I realized that I missed one position this morning and added it to the reference list. I used Data Validation to build the drop down lists in A12 and B12. I used CONCAT to merge the fields in the reference spreadsheet to build out the factor combinations that would result in an amount. For example.

    In A12 the user selects Quality Technician
    In B12 the user selects Faro Arm Operations

    This combination results in the spreadsheet auto populating the increase amount as .90.

    This is working like a charm with the exception of the one position that I added today. It is included in the CONCAT references but I can't figure out why it will not return the amount like the other positions. If I could figure out how to upload the workbook, I would but I am not sure if it's user error or a firewall problem.


    =INDEX(Rates!$D$1:$D$61,MATCH(A12&B12,INDEX(Rates!$B$1:$B$61&Rates!$C$1:$C$61,FALSE),0))
    Attached Files Attached Files
    Last edited by hlc; 08-28-2019 at 11:14 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: Correcting a formula INDEX + MATCH

    Unfortunately the attachment icon doesn't work at the moment. 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.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: Lá fhéile Pádraig sona dhaoibh

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,737

    Re: Correcting a formula INDEX + MATCH

    The Paperclip icon does not work on this forum, but you can still attach a sample workbook to any of your posts (and your description above doesn't make much sense without it).

    To do this, click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    08-28-2019
    Location
    South Carolina
    MS-Off Ver
    2016
    Posts
    4

    Re: Correcting a formula INDEX + MATCH

    Thank you for the instructions - I have attached the document that I am struggling with.

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,737

    Re: Correcting a formula INDEX + MATCH

    Your formula refers to a Rates sheet, but I can't see a sheet of that name in your attachment.

    Pete

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: Correcting a formula INDEX + MATCH

    So... what doesn't work?? Be precise!!

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: Correcting a formula INDEX + MATCH

    Quote Originally Posted by Pete_UK View Post
    Your formula refers to a Rates sheet, but I can't see a sheet of that name in your attachment.

    Pete
    It's hidden (helpfully!!).

  8. #8
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,737

    Re: Correcting a formula INDEX + MATCH

    Thanks Glenn,

    I wondered why it returned #N/A rather than #REF.

    I don't think I'll bother with it, though, if it means doing a lot of looking around.

    Pete

  9. #9
    Registered User
    Join Date
    08-28-2019
    Location
    South Carolina
    MS-Off Ver
    2016
    Posts
    4

    Re: Correcting a formula INDEX + MATCH

    My apologies - hopefully you can see the rate reference now. Specifically, the calculations are working with the exception of the "Shipping/Receiving Clerk" position. It should return a value for the following skill blocks; new equipment inspection, computer use, spare parts processing, receiving (incl inspection), and export shipments. It isn't returning any values at all.

  10. #10
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: Correcting a formula INDEX + MATCH

    This is based on your post at No 1. I have not looked at the later attachment.

    Green cells. Data Validation , list =Valid

    Formula for DV:
    =INDEX(Rates!$C:$C,AGGREGATE(15,6,ROW(Rates!$B$2:$B$61)/(Rates!$B$2:$B$61='STATUS CHANGE FORM'!A12),1)):INDEX(Rates!$C:$C,AGGREGATE(14,6,ROW(Rates!$B$2:$B$61)/(Rates!$B$2:$B$61='STATUS CHANGE FORM'!A12),1))

    This selects only the possible valid answers. Your price-finding formula seems OK.

    Forget about concatenation on the raw data sheet.
    Attached Files Attached Files

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

    Re: Correcting a formula INDEX + MATCH

    There is no "Shipping/Receiving Clerk" in the dropdown because you haven't added it to the list used by the data validation

  12. #12
    Registered User
    Join Date
    08-28-2019
    Location
    South Carolina
    MS-Off Ver
    2016
    Posts
    4

    Re: Correcting a formula INDEX + MATCH

    Glen - thank you, that is amazing. I can only hope to become an excel guru.. I am still in full push learning mode

  13. #13
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: Correcting a formula INDEX + MATCH

    As are we all!!

    You're welcome. The only limitation of this approach is that you have to sort the list to make sure that all blocka appear beside each other. They do currently. But if you add values, just re-sort by column B and then by column C.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Replies: 1
    Last Post: 08-17-2019, 01:11 PM
  2. Replies: 4
    Last Post: 04-14-2017, 07:47 PM
  3. Index Match formula changing my Index daily
    By vitt4300 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-31-2017, 02:19 PM
  4. [SOLVED] This formula works but I donīt understand why Index(Index) match
    By campelliann in forum Excel General
    Replies: 2
    Last Post: 01-25-2016, 05:55 PM
  5. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  6. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  7. Replies: 5
    Last Post: 02-29-2012, 08:51 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