Tehted LibreOffice Calcis

LibreOffice Calcis on võimalik kasutada järgnevaid tehtemärke:

Aritmeetilised tehted

Need tehted tagastavad arvulise väärtuse.

Operator

Name

Näide

+ (Pluss)

Liitmine

1+1

- (Miinus)

Lahutamine

2-1

- (Miinus)

Lahutamine

-5

* (tärn)

Korrutamine

2*2

/ (kaldkriips)

Division

9/3

% (Protsent)

Percent

15%

^ (Katus)

Astendamine

3^2


Võrdlustehted

Need tehted tagastavad vastuseks kas 'tõene' või 'väär'.

Operator

Name

Näide

= (võrdusmärk)

Võrdne

A1=B1

> (Suurem)

Suurem

A1>B1

< (Väiksem)

Väiksem

A1<B1

>= (Suurem või võrdne)

Suurem või võrdne

A1>=B1

<= (Väiksem või võrdne)

Väiksem või võrdne

A1<=B1

<> (Mittevõrdne)

Mittevõrdne

A1<>B1


Tehted tekstiga

Need tehted liidavad erinevad tekstid ĂĽheks tekstiks.

Operator

Name

Näide

& (And)

tekstide liitmine & (ja) abil

"Püha" & "päev" on "Pühapäev"


Viitetehted

Need tehted tagastavad vastuseks lahtrite vahemiku nulli, ühe või enama lahtriga.

Range has the highest precedence, then intersection, and then finally union.

Operator

Name

Näide

: (Koolon)

Range

A1:C108

! (Hüüumärk)

Intersection

SUM(A1:B6!B5:C12)

Arvutab ühisosa kõikide lahtrite summa, käesolevas näites on selleks lahtrite B5 ja B6 summa.

~ (tilde)

Concatenation or union

Takes two references and returns a reference list, which is a concatenation of the left reference followed by the right reference. Double entries are referenced twice. See note below this table.


Märkuse ikoon

Reference concatenation using a tilde character was implemented lately. When a formula with the tilde operator exists in a document that is opened in old versions of the software, an error is returned. A reference list is not allowed inside an array expression.