Desired result is to pull the Initiative Name where the Days to Due Date is the least (so, due the soonest); then to make an index for the Top 10 Initiatives Due Soonest
Currently using this formula:
=INDEX(COLLECT({Project Master - Initiative}, {Project Master - Days to Due}, MIN({Project Master - Days to Due})), 1)
This returns the correct Initiative for the first one, but when I start to move to the next row (change 1 to 2 in the formula above), I get #INVALID VALUE.
The Days to Due Date formula is just =NETDAYS(TODAY(), [Due Date]@row), though I don't think this has anything to do with the error.