Smudge0411
New member
- Local time
- Today, 16:00
- Joined
- Jun 15, 2023
- Messages
- 2
Hi,
I have a col called Work Shift Name in a table which contains days of the week ie Mo, Tu, We, Th, Fr, Sa, Su. Im trying to count how many days a week an agent works, below is an example of the data & what I would like it to return
Thanks
K
I have a col called Work Shift Name in a table which contains days of the week ie Mo, Tu, We, Th, Fr, Sa, Su. Im trying to count how many days a week an agent works, below is an example of the data & what I would like it to return
Thanks
K
Work Shift Name | No of days worked |
Mo, Tu, We, Th, Fr | 5 |
Mo, Tu, We, Th, Fr | 5 |
Mo, Tu, We, Th, Fr | 5 |
Mo, Tu, We, Th, Fr | 5 |
Mo, Tu, We | 3 |
Mo, Tu, We, Th, Fr | 5 |
Mo, Tu, We, Th, Fr | 5 |
Mo, Tu, We, Th, Fr | 5 |
Tu, We, Th, Fr | 4 |