I have a smartsheet that is performing a lookup on another smartsheet to see if a value exists. It doesn't seem to be working though because it always comes back as false. Any ideas what I might have done wrong?
Smartsheet 1:
=IF(CONTAINS([Cost Center]@row, {RML Pulse Cost Accounting Range 1}), "Green", "Red")
[Cost Center]@row = 7201770551
Range {RML Pulse Cost Accounting Range 1} = Entire column 1 on other smartsheet.
Column 1 in other smartsheet contains 232 rows and 1 row equals 7201770551
It always returns red though and never green. I tried setting the range equal to just a single cell that contained the 7201770551 value but that didn't work either.
Any suggestions?