Hello!
I had used a join/collect formula to pull the data from another reference sheet. I need help formatting the money and the percentages.
Here are the formulas I used:
=IFERROR(IF(AND($[Primary Column]@row = "Include", COUNTIF({ACT_Vendor Name}, $Vendor@row ) > 1), "$" + JOIN(COLLECT({ACT_Total Contract}, {ACT_Vendor Name}, $Vendor@row ), CHAR(10) + CHAR(10) + "$"), INDEX({ACT_Total Contract}, MATCH($Vendor@row , {ACT_Vendor Name}, 0))), "")
=IFERROR(IF(AND($[Primary Column]@row = "Include", COUNTIF({ACT_Vendor Name}, $Vendor@row ) > 1), JOIN(COLLECT({ACT_Consumption}, {ACT_Vendor Name}, $Vendor@row ), CHAR(10) + CHAR(10)), INDEX({ACT_Consumption}, MATCH($Vendor@row , {ACT_Vendor Name}, 0))), "")