I need to calculate End Date by adding Start Date column and Days column, excluding weekends.
Sample data:
Start Date = March 7, 2024
Days = 14 Days
Alteryx Formula should imply the following: March 7 + 14 days, exclude weekends (Saturday, Sunday)
End Date, Desired Result = March 27, 2024