Hi there, I have written and tested a formula (it works) -
AND(IS_AFTER({Invoice Date}, “12/31/2020”), IS_BEFORE({Invoice Date}, “12/31/2021”))
Where invoice date is a valid date field.
This works perfectly well on the table interface, returning 0s a...