Results 1 to 7 of 7

Match multiple values across several sheets and enter results on a different sheet

Threaded View

  1. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,880

    Re: Match multiple values across several sheets and enter results on a different sheet

    This proposal utilizes several helper columns.
    On the Issued sheet column G makes the maintenance required match using: =ISNUMBER(MATCH(B2,MaintPartNumber!D$2:D$11,0))
    Column H makes the maintenance done match using: =IF(G2=FALSE,"",AND(ISNUMBER(MATCH(B2,MaintCompReport!E$2:E$6,0)),ISNUMBER(MATCH(C2,MaintCompReport!F$2:F$6,0))))
    Column I counts the number of times the item is listed on the MaintPartNumber sheet using: =IF(H2=FALSE,COUNTIFS(MaintPartNumber!D$2:D$11,B2),"")
    Column J makes a cumulative count using: =IF(I2="","",SUM(MAX(J$1:J1),I2))
    On the MissingMaintReport sheet column T lists the part #'s using: =IFERROR(INDEX(Issued!B$2:B$11,AGGREGATE(15,6,(ROW(B$2:B$11)-ROW(B$1))/(Issued!$J$2:$J$11>=ROWS($A$1:$A1))/(Issued!$J$2:$J$11<>""),1)),"")
    Column S counts the consecutive times an item is listed using: =IF(A12="","",IF(T12<>T11,1,SUM(S11,1)))
    Columns A:E are populated using a formula similar to that of column T
    Column F is populated using: =IF(A12="","",INDEX(MaintPartNumber!A$2:A$11,AGGREGATE(15,6,(ROW(A$2:A$11)-ROW(A$1))/(MaintPartNumber!D$2:D$11=T12),S12)))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Index Match across multiple Sheets to return results
    By awallace24335 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-06-2019, 06:22 AM
  2. Enter values from series across multiple sheet
    By kashif.shah in forum Excel General
    Replies: 6
    Last Post: 05-18-2019, 01:38 PM
  3. [SOLVED] Sum Index/Match results across multiple sheets
    By wiggy_worm in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-12-2016, 01:40 AM
  4. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  5. How to row multiple results from multiple sheets using INDEX/MATCH.
    By ljprodigy18 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-25-2015, 06:32 PM
  6. Replies: 3
    Last Post: 06-25-2014, 02:40 PM
  7. [SOLVED] Enter a value to change other cell values to match that throughout multiple worksheets
    By swiftworks in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 01-14-2013, 05:30 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