Hello,
I am looking for formula help where I want to return the earliest date in a range for different workstreams groups on a project. The source sheet is formatted as a date field, and the formula used below is returning a 0 no matter what I do. Any suggestions?
=MIN(COLLECT({Project Plan - start date}, {Project Plan -workstream}, =[Column2]@row , {Project Plan - start date}, AND(NOT(ISBLANK(@cell )), @cell <> 0)))