How can I eliminate duplicate entries from a list of items in Stackby to obtain only the unique items?
Use ARRAYUNIQUE() to get unique items.
For example -
ARRAYUNIQUE(Items) in the “Unique Items” column.
How can I eliminate duplicate entries from a list of items in Stackby to obtain only the unique items?
Use ARRAYUNIQUE() to get unique items.
For example -
ARRAYUNIQUE(Items) in the “Unique Items” column.