I have a formula set up that is collecting all the values to a corresponding Reference cell. My formula is working great and returning all the values its finds for that particular reference in a single cell (ie 123, 1234, 4422) but I am having trouble trying to figure out how to write it so the value returned are still in a single cell but list vertically instead of horizontally.
this is my code
=TEXTJOIN(", ",TRUE,IF('[ISO Priority Tracking Sheet.xlsx]Piping Input'!$A:$A=A2,'[ISO Priority Tracking Sheet.xlsx]Piping Input'!$C:$C,""))
Any input helps! I hope to keep my formula pretty similar to what is it now; it took awhile to make it work.