> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/range-functions/unique.md).

# UNIQUE

#### Syntax <a href="#syntax.60" id="syntax.60"></a>

**UNIQUE**(*range*; *orientation*)

* *range* - the range from which the duplicates are removed - ***Value type**: range*
* *orientation* - the orientation in which the duplicates are removed - ***Value type**: constant (optional, <mark style="color:red;">vertical</mark> as default).*\
  Possible values are:
  * *<mark style="color:red;">horizontal</mark>* - duplicate columns are removed
  * *<mark style="color:red;">vertical</mark>* - duplicate rows are removed

#### Examples

<figure><img src="/files/49crI5KzgfWXXQDsns7c" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4jGoKbdQ9SmT4Qg8BP5E" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/COwO4ibyNvuoDttvSjVz" alt=""><figcaption></figcaption></figure>
