Hello all, using the following formula:
=COUNTIFS({TACTICS design resource}, AND(@cell <> "", @cell <> "N/A"), {TACTICS status}, AND(@cell <> "Cancelled", @cell <> "On hold"), {TACTICS status}, <>"admin", {TACTICS project number}, <>"*N/A", @{TACTIC actual delivery date}, MONTH(@cell) = 12)
I'm getting an #INVALID DATA TYPE error. I know the issue lies in the date as it's the only piece I've tried updating - I previously had two sets of dates (>= Dec 1, <= Dec 31).
I believe I've read somewhere on here that using the MONTH function produces errors in certain scenarios. Am I unable to use this function when using cross-sheet cell references or something?
Grateful for any help addressing an error in my formula or in this function's capabilities.