Hi, ok I have 3 columns with Check boxes, each one with a separate word, "Pre-Screen, Development, Test. I want have these word values show up on the same row in a different column when I choose the Checkbox.
I can get it to work for just 1 word on the row, how do I add the others in the formula so what ever checkbox is chosen in that row it will display that value?
=IF([Phase 1 - Pre-Screen]1, "Pre-Screen", "")
