Forum Discussion

Kevin1715's avatar
Kevin1715
Copper Contributor
May 13, 2021
Solved

Array data report

I'm trying to take a table of data and separate it into a report by store location.    Any help is greatly appreciated.     
  • SergeiBaklan's avatar
    May 13, 2021

    Kevin1715 

    In A6 of each worksheet

    =IFERROR(INDEX(Data!B$1:B$100, AGGREGATE(15,6,1/(--$H$1=Data!$A$1:$A$100)*ROW(Data!$A$1:$A$100),ROW()-ROW($A$5))),"")

    In B6

    =IFERROR(INDEX(Data!C$1:C$100, AGGREGATE(15,6,1/(--$H$1=Data!$A$1:$A$100)*ROW(Data!$A$1:$A$100),ROW()-ROW($A$5))),"")

    and drag them down till end of the form

Resources