Unique rows
In this example, the goal is to extract a list of unique rows from the range B5:C15. The easiest way to do this is to use the UNIQUE function.
By default, UNIQUE will extract unique values in rows, so there is no special configuration needed....Read more