Hi Everyone,
I have posted my thread two weeks ago, but i don't have a solution yet. Now i have to post it again and hopefully, someone can help me with this!
I have added a task app for my project lists. There is one column called "Task Status" with three Drop-down choice: Project Assigned, Project in 90% completed and Project Completed.
I want to create a column so that everytime I update my project status, either select one of the three status above, a Date will display on this comlumns.
=IF([Task Status="Project Assigned"],DATE(YEAR(date),MONTH(date)+1,DATE(date)),date)
I don't know what is wrong with this formula.
Thanks much, Dennis