I'm trying to COUNT the number of times the data appears using 3 conditions, which I'll be referencing from another sheet.
Condition 1: Find 'EEE' in column A.
Condition 2: In column B ('DATE' in format MM/DD/YEAR), find January, "<=07/31/2013" and ">=07/01/2013".
Condition 3: In colum C, count number of times the data appears (after testing conditions 1 & 2 are true).
Here is the formula that I had used with your help for counting the MAX.
=MAX(IF(Sheet3!$A$2:$A$500)=EEE, Sheet3!B2:B500=<=01/31/2013, Sheet3!B2:B500, =>=01/01/2013, Sheet3!C2:C500))
Thank you very much for helping out.
Condition 1: Find 'EEE' in column A.
Condition 2: In column B ('DATE' in format MM/DD/YEAR), find January, "<=07/31/2013" and ">=07/01/2013".
Condition 3: In colum C, count number of times the data appears (after testing conditions 1 & 2 are true).
Here is the formula that I had used with your help for counting the MAX.
=MAX(IF(Sheet3!$A$2:$A$500)=EEE, Sheet3!B2:B500=<=01/31/2013, Sheet3!B2:B500, =>=01/01/2013, Sheet3!C2:C500))
Thank you very much for helping out.