Index Match

I am attempting to eliminate the #No Match in my formula for the "Duplicate" column. If the return is no match leave cell blank and if the Zip column is blank leave the Duplicate column blank as well.

Current Formula: =INDEX({Safety Zones Production Range 2}, MATCH(Zip@row, {Safety Zones Production Range 1}, 0)), works with a responding answer that matches and is correct.

I tried IFERROR formula but received a "Syntax isn't right" message.

Best Answer

  • Michelle Choate 2
    Michelle Choate 2 ✭✭✭✭✭✭
    edited 12/20/24 Answer ✓

    You are missing a Comma.

    Try This:

    =IFERROR(INDEX({Safety Zones Production Range 2}, MATCH(Zip@row, {Safety Zones Production Range 1}, 0)),"")

    Michelle Choate

    michelle.choate@outlook.com

    Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!