Multiple "Then" in an If then formula

Hello,

Does anyone know if it is possible to have multiple "Thens" in a If/Then formula?

I have a column with a multi-select drop down for new hire provisioning needs, and we want to automatically pre-populate the Software column with 2 applications everyone will need and then still allow hiring managers to add more to that column through an update request. I would like to write: If(Status1="Hired",[Word, Acrobat Reader],""), so if status changes to "Hired" Word and Acrobat Reader are automatically added in the cell of the Software column. Can this be done without being forced to write the 2 applications as one item "If(Status1="Hired" , "Word, Acrobat Reader" , "")?

Best Answers

Answers