I am trying to run a duplicate check with 10 other Smartsheets, but my formulas keep breaking after I reference more than two sheets.
This is the formula I am using that identifies when the duplicate is matched with Index/Match. It works for the two sheets (Sheet 1 & 2), but when I add Sheet 3, it breaks:
=INDEX({Sheet 1 Range 1}, MATCH([Range 2]@row, {Sheet 1 Range 2}, 0), INDEX({Sheet 2, Range 1}, MATCH([Range 2]@row, {Sheet 2, Range 2}, 0)))
If this cannot work, I am fine with a simple vlookup, but I can't seem to get that to work for more than one sheet. This is the formula I am using:
=VLOOKUP([Range 2]@row, {Sheet 1 Range 2}, 1, 0)
Any help would be greatly appreciated.
Thank you!
Keith