Better way to Group Data
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have thousands of data about the employee's work time schedule from Monday to Sunday. And everyone is different.
Is there any way I can group the employees who have the same work time schedule (exactly same starting time and ending time, and everyday should be matched)?
Solved! Go to Solution.
- Labels:
- Datasets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @EmilyXu0101
Summarize tool would help. Assuming that your dataset looks like this;
1) Combine start-time, end-time, and day of week by Formula tool.
2) Sort data by name of employee and day of week (if order of your dataset is at random)
3) Concatenate column created at step1 (group by employee name) by Summarize tool
4) Tile tool (method: Unique Value) would output group of each employee having the exact same work schedule as below.
Please look into attached workflow for more detail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi gawa
My dataset is different from your set, not sure if see my attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sorry I missed your dataset, but workflow is almost same, just transpose input data into vertical one like I did in previous post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
