ModifyRows(thisRow, thisRow.Coordinator,
SwitchIf(
thisRow.[Interview Stage]=[Initial (Round 1)], [Next Up RC for Round 1],
Coordinators.Filter(thisRow.Location.contains(thisRow.Location) and [Available?]).Sort(true,[Assigned This Week]).Coordinator.First()
)
)