Forum Discussion

mtwelve's avatar
mtwelve
Copper Contributor
Dec 21, 2022
Solved

Formatting the output of a SPILL - Is it possible?

I've written a FILTER formula to retrieve values from a table.   There is more than one results so I am receiving it as a SPILL.   Is it possible to return all the values to show in a single cell...
  • HansVogelaar's avatar
    Dec 21, 2022

    mtwelve 

    You can use TEXTJOIN to combine the result of your FILTER formula:

     

    =TEXTJOIN(", ", TRUE, FILTER(...))

Resources