Hi,
I'm trying to run a COUNTIFS on a Smartsheet that has a "Created Date" when a user submits a form. I want to count the number of submissions within a given timeframe, i.e., the month of January.
I've tried the following formula:
=COUNTIFS({In-Flight IFM Page Request - Created Date}, >=DATE(2022, 1, 1), {In-Flight IFM Page Request - Created Date}, <=DATE(2022, 1, 31))
Which gives me 103. But when I run a filter with the same date range on the actual Smartsheet, my count is 107, which I've confirmed is correct for that range. Is there something I'm missing?
When I run it with greater than 2021/12/31 and less than 2022/2/1 I also get the 103.
Is there a way to figure out where the missing 4 entries are?
FYI, I ran the same run on February 2022 and my COUNTIFS pulled "80" when the actual is "78".