My spreadsheet has three checkboxes that users can select from. I want to create a string in one cell based on the checkboxes they select. I need to do this using a formula--no VBA.
If they select this:
Then the string I want should look like this:
Multiple values should be separated by semicolons but should not end with one.
I've tried using IF formulas with no success. Suggestions please?
If they select this:
Then the string I want should look like this:
SOC2;ISO
Multiple values should be separated by semicolons but should not end with one.
I've tried using IF formulas with no success. Suggestions please?