I’m trying to count the # of rows (in a different spreadsheet), where the “initiation date” falls within the first quarter (i.e. 01/01/23 – 03/31/23).
Here is the formula I’d tried, which returns “#Invalid Ref”. (initiation date 1 and initiation date 2 are the same column)
=COUNTIF({initiation date 1} >= DATE(2023, 1, 1), AND({initiation date 2} <= DATE(2023, 3, 31)))
Any suggestions appreciated!
Thanks,