I need to find the number of days an agent is active. Currently, I have 3 columns “Start Date”, “End Date”, and “Days Active” and my formula in my Days Active column is:
DATETIME_DIFF({End Date},{Start Date},‘days’)
Some agents are still active and d...