Forum Discussion
Mickey966
May 14, 2024Copper Contributor
Worked days in a month?
Hi everyone, What formula can I use to determine how many days that employee worked in that month? my issue is that there could be multiple cells in 1 day. Thanks
- May 14, 2024
For example:
=COUNT(UNIQUE(FILTER(Report_Date_Range, Surveyor_Range="Mickael Clavreuil")))
HansVogelaar
May 14, 2024MVP
For example:
=COUNT(UNIQUE(FILTER(Report_Date_Range, Surveyor_Range="Mickael Clavreuil")))