Hi,
I need to auto flag a row if any of the dropdown in the RAIDD column is selected. (extra D is for Decision)
=IF(RAIDD@row = "Risk", 1, 0)
This formulae works and flag the row. However, how do I get others added like Assumption, Issue, Dependency, Decision
=IF(RAIDD@row = "Risk", "Dependency","Issue" 1, 0).......This isnt working
Please help