I have column (B) join collect Items @row.
I have Column (C) join collecting multiple Column (B) items based on unique values.
=JOIN([Cost Center]3:[Rec'd Approval From 2]3, "-")
I would like to have the dollar symbol in Column (A) to be present in columns (B) & (C)
=IF(ISBLANK([unique.invoice]@row), "", JOIN(COLLECT(collect:collect, [Invoice No.]:[Invoice No.], [unique.invoice]@row), CHAR(10)))