Hi All,
I am looking for a formula that can ideftify text in a column and convert it to dates.
More specifically I need it to pick up a cell says "X" convert to today's date +30 days, or if it says "Y" convert to today's date +30?
I have found a formula that works in identifying only one set of text:
=IF([Project Name]34 = "Form 1", TODAY() + 30)
But I am having troubling expaning on this:
=IF([Project Name]34 = "Form 1", TODAY() + 30), IF([Project Name]34 = "Form 2", TODAY() + 60) etc
This formula in an incorrect argument.
Any ideas?
Thanks for your time and help! Very much appreciated!