I am trying to create a To Do List column for our sales people that will automatically generate certain Tasks in the To Do List column IF result(s) are achieved in other column(s).
I am playing with IF statements and cannot figure out if this is possible. The issue I am seeing is that the formula becomes Unparsseable if 2 results from 2 different columns are true. I am wanting to have both results show up in 1 cell in the To Do List column.... OR have 1 task show up in the cell and the 2nd task in a child row below it.
Can IF statements be used in this way?
Here is my formula:
=IF([Sign up complete?]1 = "Yes", "Set up training", IF([Training module]1 = "Team building", "Send team building requirements"))
In the To Do List column, cell 1, I want it to show as:
-Set up training
-Send team building requirements
Anyone know if this is possible?