Hello,
I'm trying to combine a COUNT IF and IF statement to another sheet. Here is my formula:
=COUNTIF(IF(AND([14 Apr 2024]1 >= {Project Intake Start Week}, [14 Apr 2024]1 <= {Project Intake End Week}), 1), >1)
Essentially, I have an IF statement that says if a number (referenced on the sheet) is between two numbers on a different sheet, count it.
Am i formatting this correctly?
Thank you!