Hi Smartsheets Community,
I am trying to create a formula that returns a "Yes" or "No" value after checking whether the cell value in that row matches a value in a column in a separate sheet.
=IF(INDEX({Master Governance Sheet ID}, MATCH([ID Number]@row)), "Yes", "No")
I am getting an error in the formula. Any suggestions?
Thank you!