Counting auto-number generated dates
I've been trying to figure out and find how I can count a certain date for tracking purposes. We need a daily report of the data we input everyday and I need to track how many times data has been gathered for each day.
And can the auto generated dates format be edited? For example, I don't need the time stamp, just the date for columns that are auto-numbered.
Best Answers
-
Hi @Ma Beatriz Dizon ,
Counting dates should just be a COUNTIF or COUNTIFS statement. COUNTIF([date range]:[date range], =today()) as an example of counting items with today's date. To create a record of daily counts you may want to set up a separate metric grid. I need to better understand your grid and formula structure to help more.
You can't change the system generated date format. A work around is to add a helper column with a DATEONLY( date_time ) formula to your system column. Replace date_time with the name of your system column -- created@row or modified@row. You can then hide the system column if you don't want it visible.
Any help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi @Ma Beatriz Dizon ,
Confirm that your Tagging Date column properties are set to date. That should fix the error.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Ma Beatriz Dizon ,
Counting dates should just be a COUNTIF or COUNTIFS statement. COUNTIF([date range]:[date range], =today()) as an example of counting items with today's date. To create a record of daily counts you may want to set up a separate metric grid. I need to better understand your grid and formula structure to help more.
You can't change the system generated date format. A work around is to add a helper column with a DATEONLY( date_time ) formula to your system column. Replace date_time with the name of your system column -- created@row or modified@row. You can then hide the system column if you don't want it visible.
Any help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi @Mark Cronk , thanks for replying. I tried the DATEONLY function but once I press enter it says INVALID COLUMN VALUE.
I'm not quite sure what I did wrong. Maybe I'm missing something, I just can't put my finger on it.
-
Hi @Ma Beatriz Dizon ,
Confirm that your Tagging Date column properties are set to date. That should fix the error.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks @Mark Cronk ! That definitely worked!
-
I entered this exact function =COUNTIF([Picked]:[Picked], =today()).
Picked is an auto-generated date field.
There are 17 rows with today's date.
This formula returns an answer of 26.
There are no blank rows.
Why is this calculation wrong?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!