Forum Discussion
Anonymous
4 years agoNot applicable
Column Formula help
Dear Experts
Can someone please help me with the column formula to have Yes or No based on the Column A.
Column B to have yes if any text is available in the Column A.
Thanks in advance
Mahad
Anonymous
pls try this
ColumnB = if('Table'[columnA]="","No","Yes")