How to text join all negative value references?
Using textjoin
function or any other function in Excel. (without VBA code)
You can use formula suggested by JvdV. You can also try TEXTJOIN()
with FILTER()
formula.
=TEXTJOIN("|",TRUE,FILTER(A2:A7,C2:C7<0))