+ Reply to Thread
Results 1 to 9 of 9

Additional layer to Index formula

  1. #1
    Registered User
    Join Date
    06-08-2022
    Location
    Almere
    MS-Off Ver
    Office 365
    Posts
    5

    Additional layer to Index formula

    Hi Forum,

    Hoping you can help me with something I am currently stuck on. I am trying to automate a part of our spreadsheet with a calculator.

    Purpose is to search associated rates with Job Titles and Function levels. This part of the formula currently works: =INDEX(Tool!$E$8:$G$23;MATCH(Calculator!$C$9;Tool!$D$8:$D$23;0);MATCH($C$10;Tool!E7:G7;0))

    I want to add in an additional layer to the search by adding C8 : Hiring Type. Goal is to have the formula first look at the Hiring type, then the Job Title and then finaly the function level. No matter what I try, I am not able to add in this additional layer.

    Hope someone can help me out! See attachement for source material.
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Additional layer to Index formula

    this appears to work...
    =INDEX(Tool!$E$8:$G$23;MATCH(Calculator!$C$9;Tool!$D$8:$D$23;0);MATCH($C$10;Tool!E7:G7;0);MATCH($C$8;Tool!B8:B23;0))
    I changed the value I thought it should pick to 45 and that came up as the result.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Additional layer to Index formula

    I think this might work better...

    =SUMPRODUCT((Tool!$B$8:$B$23=Calculator!$C$8)*(Tool!$D$8:$D$23=Calculator!$C$9)*(Tool!$E$7:$G$7=Calculator!$C$10);Tool!$E$8:$G$23)

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,783

    Re: Additional layer to Index formula

    Calculator


    C11=SUMIFS(INDEX(Tool!E8:G100,,MATCH(Calculator!C10,Tool!E7:G7,0)),Tool!B8:B100,Calculator!C8,Tool!D8:D100,Calculator!C9)

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,463

    Re: Additional layer to Index formula

    With 365, try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,463

    Re: Additional layer to Index formula

    Another (old style) option:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,463

    Re: Additional layer to Index formula

    Please see the updated sample file with all the solutions (so far).
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    06-08-2022
    Location
    Almere
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Additional layer to Index formula

    Hi Sam, Caracalla, TMS,

    Thank you very much for the proposed solutions and TMS big thanks for making the summary in the spreadsheet, much appreciated.


    I went with =SUMPRODUCT((Tool!$B$8:$B$23=Calculator!$C$8)*(Tool!$D$8:$D$23=Calculator!$C$9)*(Tool!$E$7:$G$7=Calculator!$C$10);Tool!$E$8:$G$23) as one of the proposed solutions and it worked perfectly.

    Thanks again and have a great week all!

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,918

    Re: Additional layer to Index formula

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

    Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of each of those who offered help.
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Need formula split the clumpse report as 3 layer
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-29-2022, 10:04 PM
  2. Replies: 1
    Last Post: 03-13-2020, 12:15 AM
  3. Multiple layer COUNTIF AND/OR formula
    By edgg4291 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-08-2019, 07:31 PM
  4. Help with adjusting Index lookup formula to include additional lookup criteria
    By kingofcamden in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-14-2018, 01:04 PM
  5. Adding an extra layer to this array formula
    By liquidmettle in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-04-2015, 04:46 PM
  6. How to insert additional matching criteria to Index
    By erumhyder in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-26-2011, 02:07 AM
  7. Multi-Layer Product-IF Formula
    By Sleeper in forum Excel General
    Replies: 0
    Last Post: 05-16-2011, 05:12 PM

Tags for this Thread

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