Hello! I am admittedly not a formula wizard at all. Trying to create a formula that adds 3 days to a manual date field but excludes weekends. By definition, I thought the Workday formula removed weekends, but my formula is giving Sunday dates. Do you have to designate if your workday starts on Sunday vs. Monday to fix this? If yes, how?
Next Expected Dispatch Date is a date field manually selected:
IF({Next Expected Dispatch Date},WORKDAY({Next Expected Dispatch Date},3),BLANK())