Excel se pojavio 1987. godine, i tek posle 34 godine se pojavila formula SORT????? Nemoguće!
Primer upotrebe
SORT funkcija sortira sadržaj opsega ili niza u rastućem ili opadajućem redosledu. Vrednosti se mogu sortirati po jednoj ili više kolona. SORT vraća dinamički niz rezultata.

Upotreba je krajnje jednostavna.
Sintaksa
=SORT (array, [sort_index], [sort_order], [by_col])
- array – opsega ili niza u rastućem ili opadajućem redosledu.
- sort_index – [opciono] Broj kolone koja se sortira, podrazumevano je 1.
- sort_order – [opciono] 1 = rastući redosled (podrazumevano), -1 = opadajući redosledu.
- by_col – [opciono] TRUE = sortiranje po kolonama. FALSE = sortiranje po redovima (podrazumevano).
Excel appeared in 1987, and only after 34 years create the formula SORT ????? Impossible!
Example of use
The SORT function sorts the contents of a range or array in ascending or descending order. Values can be sorted by one or more columns. SORT returns a dynamic sequence of results.

It is extremely easy to use.
Syntax
=SORT (array, [sort_index], [sort_order], [by_col])
- array – Range or array to sort.
- sort_index – [optional] Column index to use for sorting. Default is 1.
- sort_order – [optional] 1 = Ascending, -1 = Descending. Default is ascending order.
- by_col – [optional] TRUE = sort by column. FALSE = sort by row. Default is FALSE.