I am using a WORKDAY formula to calculate the end date of an event based on the duration. The formula I’m using is:
WORKDAY({*Start date},({*Days}-1)
However, this does not return a date field that can be clicked and dragged in Calendar and Gantt views. Is there a way that I can make that happen? I don’t mind having another field that converts that returned value to the correct format.