Good afternoon,
I am trying to use an Index Collect formula to collect dates that have dependencies. Here is the formula I'm using:
=INDEX(COLLECT({Portfolio Summary | Actual Start}, {Portfolio Summary | Project Number}, [Project Number]@row), 1) + ""
I can confirm that the formula cell is a date column, as well as the referenced column in the portfolio summary. It is also worth noting that the original dates have dependencies turned on. The result is an Invalid Value error.
Any help would be greatly appreciated!