Hello,
I have a data sheet with a date column and column A.
I have another sheet for summaries where I am trying to do make a cross sheet reference formula from the data sheet.
I am trying to make a formula: count if date is in October 2024 and cell at column A is "no"
Here is the formula that I tried: =COUNTIF({Data Sheet Range 1}, "No", {Data Sheet Range 5}, AND(YEAR(@cell) = 2024, MONTH(@cell) = 10))
I get invalid data type.
Any sort of assistance would be greatly appreciated.
Thank you