Hello
I've managed to create a formula that adds x number of days to a start date and pushes the result to a work day if the end date is Saturday or Sunday:
IF(AND({Direction start date},{Number of days},"days"),WORKDAY({Direction start date},{Number of days}),"days"),{Number of days})
The result seems to work fine, however the formating isn't great as the answer is is like this 2023-06-02T00:00:00.000Z . I've clicked the format option but that doesn't let me do anything. Any suggestions would be gratefully received!