Hi There,
I need help with implementing "Checked" vs "unchecked" symbol into my formula. Online I saw " Checked" and "Unchecked" and that didn't work for me.
My formula : =IF([Founder?]@row = "", [First Name]@row + " " + [Last Name]@row + " is a founder of " + [Name of Company]@row + ".", IF([Founder?]@row = "", [First Name]@row + " " + [Last Name]@row + " is NOT a founder of " + [Name of Company]@row + ".", ""))
The first one is If Founder is checked
The second part is unchecked.