I can not seem to a find a formula for this. They just want to include all the chosen values from a checkbox field named Facilities Requested. Is there any formula to get only the chosen values of a checkbox?
I can only choose optional values here and could not find a function by searching the documentation for "checkbox" or "values"
I tried this
=IF(FACILITY_REQUESTED.Choice_1,FACILITY_REQUESTED.Choice_1,"")
But it just returns True and it would not account for changes to the field over time anyways so it is not a proper solution. Especially if I hardcoded the values.
What is the proper way to get all choices selected in a checkbox field?