Hello All.
Can any of you help me with this formula. I need to add the finish date to display next to the construction phase in the sheet summary. The sheet summary for each month has formula.
Below is the current formula which works and displays what is in the sheet summary. I just want to be able to list the finish date of the const phase.
So on the sheet summary for example on 02 Feb
Start construction 2-6-23
Foundation 2-24-23
Framing 3-21.
Here is the formula for 02 Feb on sheet summary
=IF(Phase1 = "Construction", JOIN(COLLECT([Const Phase]:[Const Phase], [Const Phase]:[Const Phase], @cell <> "", [Finish Date]:[Finish Date], IFERROR(MONTH(@cell), 0) >= 2, [Start Date]:[Start Date], IFERROR(MONTH(@cell), 0) <= 2), CHAR(10)), IF(Phase1 = "Pre Construction", JOIN(COLLECT([Const Phase]:[Const Phase], [Const Phase]:[Const Phase], @cell <> "", [Finish Date]:[Finish Date], IFERROR(MONTH(@cell), 0) >= 2, [Start Date]:[Start Date], IFERROR(MONTH(@cell), 0) <= 2), CHAR(10))))
Any Help would be amazing!
Thanks so much
Jon