Return a value based on multiple criteria in two sheets

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

image.png

Source Sheet

image.png

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!