Forum Discussion

Alexis_Camins's avatar
Alexis_Camins
Copper Contributor
Oct 10, 2024

Concatenate combined with if/then on Lists

I have a column for each day of the week. If the value for the column is "Yes", I'd like a separate column called "Notes" populated with that day of the week:   =IF(Monday="Yes","Mondays","")   H...