Forum Discussion
DavidHawe
Qrew Trainee
If you need to test for a value in Field2:
If([FIELD2]="",[FIELD1],[FIELD1]&"_"&[FIELD2])
If([FIELD2]="",[FIELD1],[FIELD1]&"_"&[FIELD2])
BlancaAnderson
6 years agoQrew Assistant Captain
David,
If we needed to concatenate only if the checkbox is checked? How would this formula look? I have a table with services offered and several checkboxes listing each service. I would like one fields to have a list.
If we needed to concatenate only if the checkbox is checked? How would this formula look? I have a table with services offered and several checkboxes listing each service. I would like one fields to have a list.