Hi All,
In my Smartsheet I have a column for Workstream - each row (deliverable) in the Smartsheet has a Workstream - there could be one or numerous Workstreams.
In a seperate Smartsheet, I want to be able to pull all Unique values from the Workstream Smartsheet. In Excel I would simply do something like -
=UNIQUE(Sheet1!A:A)
How do I do this in Smartsheet?, I've tried
=DISTINCT({mywortksheet.. Range 2})
Thanks