Hello,
I am trying to create a formula to put together a date we expect something to be completed.
Date to Client is entered by my team and is the first part of the equation.
Client Timing is pulled as a lookup field from another table dependent on each client as is based in days.
Formula I have is
Dateadd({Date to Client}, {Client Timing}, "days"). This equation is taking the client date (ex 12/2/25) and always subtracting one (ex 12/1/25.
Is there a different formula I should be using for this type of transaction?