I'm trying to master Index-Match referencing. To do so I followed the example in SS content-Center - https://www.smartsheet.com/content-center/best-practices/tips-tricks/3-formulas-look-up-data-smartsheet
I created the tables used in the example, but ran into syntax problems. The basic formula they give is:
=IFERROR(INDEX({Product Data | Price}, MATCH([Associated Product ID]@row, {Product Data | Product ID}, 0)), "No Match Found")
When I tried to use that I had no syntax errors with {Product Data | Product ID}, but all I got was "No Match Found" results.
When I changed that reference to a range reference {Product Data Range 3}, the formula behaved.
Would someone explain why the {SheetName | ColumnName} syntax didn't work, or how to make it work. I'd much rather use that syntax if possible.