Hey Airtable Community,
I am trying to create a roll up formula combination that is taking a list of values some of those are blank and only outputs a bulleted list of the filled in values.
For Example: Right now I have tried:
IF(COUNTA(values) >= 1, "• “) & ARRAYJOIN(values,”\n• ")
This still outputs if there are empty values in the roll up.
I have tried to also use the arraycompact() but then I have no way to use Substitute() to split up the values into a bulleted list.
Any help will be greatly appreciated!
Thanks!