Sheet1 & Sheet 2
I am looking for a way that can perform the following task in excel for each of the column A values:
- Match value
A2
of sheet 1 to the right value in arrayA2:C2
from Sheet2 and return the respective array beneath the matching column (in this caseA3:A4
from Sheet2). - This array would then need to be used for a
COUNTIF
function for finding valueB2
within this returning array.
Sheet1 (Results)