Index Match

I am trying to use and Index/Match equation to pull data from one SmartSheet to another. My Course Dev Dashboard SmartSheet contains basic information for all projects that we currently have in development. Each of those projects has its own SmartSheet with details from the contract to track progress. I'm trying to use the Index Match formula on the project sheets so that the basic project data pulls directly from the Course Dev Dashboard and can be automatically updated.

Here is the formula I am using.

=INDEX({Course Dev Dashboard_Course Name}, MATCH($[Assigned to]$1, {Course Dev Dashboard_Course Number}))

The information that I am Matching are typically course numbers like En 102, or Ma 101. There are also a few special projects that don't have the same format. These numbers are all in the primary column in the Course Dev Dashboard.

The formula currently returns #No Match on most data (even when there is a match). It will find the data for only a few of the non-standard lines (such as "xxx" or 321). It also sometimes gives the wrong data.

Any ideas why this isn't working?

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!