I love the new column formula functionality! I'm converting to it whenever possible.
I am trying to create a column formula that includes a VLOOKUP that uses an external reference for the data set.
=VLOOKUP($ROWID@row, {~ Master List Range 1}, 2, false)
I am getting an error message, and I think it's because of the external reference. What is the proper syntax for this?