I am tracking the status of multiple deliverables (rows 2-7) using checkboxes in multiple columns (8 in total) with the column name describing what status level the deliverable is currently in. I want a reference cell per row that displays the column name of the column who’s checkbox is currently checked. I have the formula for 1 column (*see below) but a) I don’t know how to nest the rest of the column options in this one cell and b) hoping I can simply reference ‘column name’ vs typing out the full column name each time.
*=IF([Copy 1 (BIW to MDT)]@row=1, “Copy 1 (BIW to MDT)”,””)