I am looking for formula which returns a value from a single column based on multiple criteria in two sheets. So from source sheet I have a due date column I want to return to destination sheet based on the following criteria.
Destination sheet - needs Due date based on
State, Grade Band, Grade, Topic #
Source sheet has the due date
Pull this date into Destination sheet based on the matching State, Grade, Grade Band, Topic #
I started using this formula but it was incorrect
=INDEX(COLLECT({course link due date}, State@row, [Grade Band]@row, Grade@row, [Topic #]@row, 1))
Destination Sheet
Source Sheet