Currently I have a column in a timeline sheet with the formula ==(IF(AND(Milestones@row = 1, [% Complete]@row < 0.1), Finish@row + " : " + [Task Name]@row, " ")) That says if Milestone column is checked, and Complete column is less than 100%, then combine Finish Date and Task Name with a : in between. I am wanting to JOIN this column into one cell in another sheet (Status Log), but without the blanks. I have this formula =JOIN({WEI-1376 - HT - Dairy New Formula Roun - T Range 4}, CHAR(10)) to pull this column in and separate the lines, however, it is pulling in the blanks making the cell really long instead of combining them together without blank in-between.
I have tried the Collect/Join formula, but it doesn't seem to work either, I keep getting #UNPARSEABLE. =JOIN(COLLECT({Join Date & Task}, {Milestone}, = 1, {% Complete}, < 0.1){Milestone Reporting}, CHAR(10) @cell < > "")
Screen shots attached.