I need assistance writing multiple countif statements. Example countif 'Sheet1'!C1:C100,"Y" or if 'Sheet1'!D1:D100,"Y". I currently have it written as follows, =COUNTIFS('Post-Visit-Call-Raw-Data'!AE:AE,"Y",OR(IF('Post-Visit-Call-Raw-Data'!AL:AL,"Y"))) and am getting an error. Thanks in advance.