Count IF on System-Generated Column
Is there any reason why this formula would be totaling a different number than what I am seeing here?
I am counting 17, however, the formula keeps returning 30.
I am counting 17, however, the formula keeps returning 30.
Best Answer
-
It could be a time zone or "working times" thing. Do you have your account settings set up so that your working day ends at (for example) 5:00pm?
Try inserting a date type column in the source sheet and use something like this on each row...
=DATEONLY(Created@row)
Then try your COUNTIFS on that column.
Answers
-
It could be a time zone or "working times" thing. Do you have your account settings set up so that your working day ends at (for example) 5:00pm?
Try inserting a date type column in the source sheet and use something like this on each row...
=DATEONLY(Created@row)
Then try your COUNTIFS on that column.
-
@Paul Newcome yesssss, genius.
Thank you Paul, you never let me down. Adjusting the working day/hours did the trick! 😊
-
Help Article Resources
Categories
Check out the Formula Handbook template!