Hello,
I'm trying to populate a follow-up date depending upon the status. My formula works for one criteria:
=IF([Sales Status]@row="Hold for Future Follow-up", TODAY() + 90)
When I try to add on another IF statement, I get an error (I have 5 IF statements to combine). Each part of the formula works perfectly on its own.
=IF([Sales Status]@row="Discovery Call - Completed",TODAY() + 2), IF([Sales Status]@row="Hold for Future Follow-up", TODAY + 90)
Thanks for your help!