Hey everyone, need some quick help adding business days to the date of another field. I currently only have a simple formula for adding five days to the the other field. Here is what I have. I need Field 2 to calculate 5 business days into the future based off of Field 1. Appreciate the help in advance. I've done a lot of searching around and just can't wrap my head around anything that is said to work.
Field 1: "DateFormCompleted" (User Entered)
Field 2: "RequestedCompletionDate" (Calculated - User Can Override)
Current FormCalc for "RequestedCompletionDate":
Num2Date((Date2Num(DateFormCompleted.formattedValue) + 5))