Hello all,
I am using the formula to count from a list of dates in another sheet to find all entries that are from this month.
=COUNTIFS({Date}, IFERROR(MONTH(@cell ), 0) = MONTH(TODAY()), {Bay}, Bay@row)
I would like it to also register if it is the 1st of the month (for the column named 1st) and the 2nd of the month (for column named 2nd) etc.
Please help!