Hi, we are using the following formula, but it only works for calls with a single contact per cell, even though is looking into multiple contacts per cell. We managed to fix this by using a helper column that's the same as the contact column but set as text property. Is there a way to make the formula work with the existing column and avoid using a helper column?
=IF(HAS({Initiative Plan | Assigned To}, [Smartsheet Contact]@row ), IF(AND([Summary Helper]@row = 0, [Smartsheet Contact]@row <> ""), MIN(COLLECT({Initiative Plan | Start Date}, {Initiative Plan | Assigned To}, [Smartsheet Contact]@row ))), " ")