Hello,
I was hoping if someone could help if there is an easier way to do this.
I have a table with userid, activity code and activity date stamp. Is there a formula that would give me min activity date and max acivity date for each uniquie userid, activity code for each day. For example
| userid | activity | activity date stamp |
| 1 | pick | 3/1/15 9:00 AM |
| 1 | pick | 3/1/15 9:15 AM |
| 1 | pack | 3/1/15 11:15 AM |
| 1 | pick | 3/2/15 11:15 AM |
| 1 | pack | 3/2/15 11:15 AM |
| 3 | pick | 3/1/15 9:00 AM |
| 3 | pick | 3/1/15 9:15 AM |
| 2 | pack | 3/1/15 11:15 AM |
| 2 | pick | 3/2/15 11:15 AM |
| 4 | pack | 3/2/15 11:15 AM |
Any help would be greatly appreacited.
Kevin