Results 1 to 5 of 5

Index Match to find fields based upon Other Worksheets

Threaded View

  1. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Index Match to find fields based upon Other Worksheets

    B24: =SUMIF(B6:B23,"<>#N/A", B6:B23) (solves the N/A issue for items not found)

    B26: =COUNTIF(CReport!D:D, $A$2&"")

    B28: =IF(ROWS($A$1:$A1)>$B$26, "", INDEX(CReport!$C$1:$C$500, SMALL(IF(CReport!$D$1:$D$500=$A$2&"", ROW($A$1:$A$500)), ROWS($A$1:$A1))))
    (this is an array formula, enter it and confirm by pressing CTRL-SHIFT-ENTER to activate the array. Then copy down.)

    C28: =IF(ROWS($A$1:$A1)>$B$26, "", INDEX(CReport!$E$1:$E$500, SMALL(IF(CReport!$D$1:$D$500=$A$2&"", ROW($A$1:$A$500)), ROWS($A$1:$A1))))
    (this is an array formula, enter it and confirm by pressing CTRL-SHIFT-ENTER to activate the array. Then copy down.)

    I applied conditional formatting to A28:A32 and B28:B32 to color the blank cells a different color.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

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