[:sr]UNIQUE – Vraća niz jedinstvenih vrednosti na listi[:en]UNIQUE – Returns a list of unique values[:]

[:sr]Sadržaj[:en] Contents[:]

[:sr]UNIQUE formula je u Excel verzijama: 2021, 365

Sve se češće pitam kako neke formule nisu pre postojale u Excelu.
To je slučaj i sa unikatima.

Primer upotrebe

Nije mali broj primera kada je potrebno uloniti sve duple vrednosti u nekoj koloni  i pri tom to sve mora biti dinamički izmenljivo.
Odlična funkcija za takav posao je UNIQUE

Upotreba je krajnje jednostavna.

Sintaksa

=UNIQUE (array, [by_col], [exactly_once])

  • array – Oblast vrednosti iz kojih izdvajamo unikate. Pazite da ako je više kolona selektovano istovremeno je i više kriterijuma za unikat.
  • by_col – [opciono] Opciono možete odrediti odrećivanje unikata po redovima (FALSE/0 podrazumevano) ili po kolonama (TRUE/1).
  • exactly_once – [opciono] (TRUE/1) = samo vrednosti koje nemaju duplikate, (FALSE/0 podrazumevano) = sve jedinstvene vrednosti.
[:en]Excel Version: 2021, 365

I am increasingly wondering how some formulas did not exist in Excel before.
This is also the case with uniques.

Example of use

There are many examples when it is necessary to remove all duplicate values in a column, and all of that must be dynamically changeable.
A great feature for such a job is UNIQUE.

It is extremely easy to use.

Syntax

=UNIQUE (array, [by_col], [exactly_once])

  • array – Range or array from which to extract unique values.
  • by_col – [optional] How to compare and extract. By row = FALSE (default); by column = TRUE.
    Make sure that if more columns are selected at the same time, there are more criteria for uniqueness.
  • exactly_once – [optional] TRUE = values that occur once, FALSE= all unique values (default).
[:]
5/5 - (1 vote)