what is the best way to look up between smartsheets and keep the data fresh
=VLOOKUP([Equipment ID]@row, {Equipment Tracker H5 RM 8.8.24}, 1, false)
Equipment ID]@row = equipment id this sheet
{Equipment Tracker H5 RM 8.8.24} = large data block in another sheet
this works but will not refresh if data changes
help