New Function - "ROW"
"ROW" - used to reference the sheet row number that can be referenced in other formulas. Something like '=ROW@row'.
Many use cases for this function, but as an example:
When using dependency enabled project sheets, the SUCCESSORS function will show the tasks that can start after the dates for a given predecessor task. I need to index/match against the values returned by the SUCCESSORS function and report what dependent tasks can start if the predecessor task is marked complete, regardless of planned start/finish dates.