Hello,
I am trying to get repeating tasks to work based on their regularity (Daily, Weekly, Monthly) with the IF and DATEADD formula used together. Here is what I have tried:
Can anyone suggest where I am going wrong?
Thanks for your help, unfortunately it is still not working for me… this is what I have now as the basic weekly formula:
IF(Repeating = ‘Weekly’, DATEADD ({Due date} ,7,‘days’))
Perhaps I am going wrong elsewhere…