Hello
I need help with creating if and then statement to perform the following.
If Recruited From = Referral
And
Store Start / Transfer Date = Date
Then
Store Start / Transfer Date +90 days
Here's the code I have and it's giving unparsable.
=IF (AND([Recruited From]147 = "Referral", [Store Start / Transfer Date]147= DATE, [Referral Fee Due}147= (+90)))