I am needing to update a Smartsheet to reflect the date listed in a cell from another Smartsheet. Both sheets have an IP address that can be match on as there are no duplicates. The feeder sheet with the date has 210 entries and master sheet has 2800 entries. I want to copy the date field from the feeder sheet to the group field/cell on the master.
I tried the following formula in the group cell but it is unparseable:
=IF([IP]@row = 1 (true), VLOOKUP({feeder06262021 Range 1},[IP] @row, ="6/26")