I have required count of data name wise, Senario 1 and 2 consider, brand wise good and bad data. I used Excel 2013, guide me which formula is used for this criteria.
I try countif + index + match formula but don't work. i expecting get data thru excel formula in Excel 2013.

Here is one way of doing it in
Excel 2013:• Formula used in cell C25
LOOKUP()functions is used for theBrandRows in order to fill the blanks for the respective months.Ampersand-->&with a delimiter to combine with theLOOKUP()function outputs, to match with the column positions.INDEX()functions [column_num] to get the respective column values, i.e.Good,Bad,Awesome` etc.ISNUMBER()&MATCH()function to get the desired positions of scenario in the source, wrapping within the former to returnTRUEorFALSESUMPRODUCT()function to get the sum of the matrixes multiplications ofTRUE&FALSEof the corresponding arrays.