Counting rows based on time created
Best Answer
-
Hope you are fine, you need to add the following helper columns to your sheet with a related formula to calculate and if you like you can merge the formula in 2 columns but i do it in this way to simplify the solution: ( you can hide the helper columns )
1- system column "Created"
2- AM/PM Column =MID(Created@row, 17, 4)
3- Time = =MID(Created@row, 11, 6)
4- Hours = =IF(MID(Time@row, 2, 1) = ":", MID(Time@row, 1, 1), MID(Time@row, 1, 2))
5- 24 Hours = =IF([AM/PM]@row = "PM", VALUE(Hours@row) + 12, Hours@row)
6- Extracted Time = =MID(Created@row, 12, 7)
please convert all formulas to column formulas.
then you can create a report group the data using the column of 24 Hours and add summary counting using this column "24 Hours"
the following screenshot will show you the details:
and this is the final report screenshot:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hope you are fine, you need to add the following helper columns to your sheet with a related formula to calculate and if you like you can merge the formula in 2 columns but i do it in this way to simplify the solution: ( you can hide the helper columns )
1- system column "Created"
2- AM/PM Column =MID(Created@row, 17, 4)
3- Time = =MID(Created@row, 11, 6)
4- Hours = =IF(MID(Time@row, 2, 1) = ":", MID(Time@row, 1, 1), MID(Time@row, 1, 2))
5- 24 Hours = =IF([AM/PM]@row = "PM", VALUE(Hours@row) + 12, Hours@row)
6- Extracted Time = =MID(Created@row, 12, 7)
please convert all formulas to column formulas.
then you can create a report group the data using the column of 24 Hours and add summary counting using this column "24 Hours"
the following screenshot will show you the details:
and this is the final report screenshot:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thank you. I got the data I wanted.
-
You are welcome, please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!