LibreOffice 7.1 abi
This section contains descriptions of the Text functions.
Arvutab rooma numbri väärtuse. Väärtuste vahemik peab jääma 0 ja 3999 vahele.
ARABIC("tekst")
Text is the text that represents a Roman number.
=ARABIC("MXIV") tagastab 1014
=ARABIC("MMII") tagastab 2002
Asendab määratud sisuga tekstiosad asendustekstiga.
SUBSTITUTE("Text"; "SearchText"; "NewText" [; Occurrence])
Text is the text in which text segments are to be exchanged.
SearchText is the text segment that is to be replaced (a number of times).
NewText is the text that is to replace the text segment.
Occurrence (optional) indicates which occurrence of the search text is to be replaced. If this parameter is missing the search text is replaced throughout.
=SUBSTITUTE("123123123";"3";"abc") returns 12abc12abc12abc.
=SUBSTITUTE("123123123";"3";"abc";2) returns 12312abc123.
Asendab tekstistringi osa teise stringiga. Funktsiooniga saab asendada nii teksti kui arve (arvud teisendatakse seejuures automaatselt tekstiks). Funktsiooni tulemuseks on alati tekst. Vajadusel teostada selle funktsiooni abil töödeldud arvuga edasisi tehteid, tuleb see funktsiooniga VALUE teisendada tagasi arvuks.
Kõik arve sisaldavad tekstid tuleb panna jutumärkide vahele, kui neid ei soovita käsitleda arvudena ja lasta automaatselt tekstiks teisendada.
REPLACE("tekst"; koht; pikkus; "uus tekst")
Text refers to text of which a part will be replaced.
Position refers to the position within the text where the replacement will begin.
Length is the number of characters in Text to be replaced.
NewText refers to the text which replaces Text.
=REPLACE("1234567";1;1;"444") returns "444234567". One character at position 1 is replaced by the complete NewText.
Converts a number to an amount in the currency format, rounded to a specified decimal place. In the Value field enter the number to be converted to currency. Optionally, you may enter the number of decimal places in the Decimals field. If no value is specified, all numbers in currency format will be displayed with two decimal places.
Raha vorming on määratud süsteemi sätetega.
DOLLAR(Value [; Decimals])
Value is a number, a reference to a cell containing a number, or a formula which returns a number.
Decimals is the optional number of decimal places.
=DOLLAR(255) returns $255.00.
=DOLLAR(367.456;2) returns $367.46. Use the decimal separator that corresponds to the current locale setting.
Converts a value into text according to a given format.
TEXT(Value; Format)
Value is the value (numerical or textual) to be converted.
Format is the text which defines the format. Use decimal and thousands separators according to the language set in the cell format.
=TEXT(12,34567;"###,##") tagastab tekstistringi 12,35
=TEXT(12,34567;"000,00") tagastab tekstistringi 012,35
=TEXT("xyz";"=== @ ===") returns the text === xyz ===
See also Number format codes: custom format codes defined by the user.
Eemaldab stringist kõik mitteprinditavad märgid.
CLEAN("tekst")
Text refers to the text from which to remove all non-printable characters.
Eemaldab stringist tühikud, jättes alles ainult ühekordsed tühikud sõnade vahel.
TRIM("tekst")
Text refers to text in which spaces are to be removed.
=TRIM(" hello world ") returns hello world without leading and trailing spaces and with single space between words.
For double-byte character set (DBCS) languages, returns the number of bytes used to represent the characters in a text string.
LENB("Text")
Text is the text whose length is to be determined.
=COSH(0) tagastab 1, arvu 0 hĂĽperboolse koosinuse.
=COSH(0) tagastab 1, arvu 0 hĂĽperboolse koosinuse.
=COSH(0) tagastab 1, arvu 0 hĂĽperboolse koosinuse.
=LENB("Good Afternoon") returns 14.
=LENB(12345.67) returns 8.
Funktsioon ASC teisendab täislaiuses ASCII ja katakana märgid poollaiuses märkideks. Tulemuseks on tekstistring.
See https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions for a conversion table.
ASC("tekst")
Tekst on teisendatavaid märke sisaldav tekst.
Vaata ka funktsiooni JIS.
Funktsioon JIS teisendab poollaiuses ASCII ja katakana märgid täislaiuses märkideks. Tulemuseks on tekstistring.
See https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions for a conversion table.
JIS("tekst")
Tekst on teisendatavaid märke sisaldav tekst.
Vaata ka funktsiooni ASC.
Funktsioon tagastab teksti korral teksti, vastasel juhul tĂĽhja stringi.
T(väärtus)
Kui väärtus on tekstistring või viide sellele, tagastab T selle tekstistringi, vastasel juhul tagastatakse tühi tekstistring.
=T(12345) returns an empty string.
=T("12345") tagastab stringi 12345.
Kombineerib mitu tekstistringi ĂĽheks stringiks.
CONCATENATE(String 1 [; String 2 [; … [; String 255]]])
String 1[; String 2][; … ;[String 255]] are strings or references to cells containing strings.
=CONCATENATE("Good ";"Morning ";"Mrs. ";"Doe") returns: Good Morning Mrs. Doe.
Kordab stringi määratud arv korda.
REPT("tekst"; arv)
Text is the text to be repeated.
Number is the number of repetitions.
Tulemuse pikkus võib olla kuni 255 märki.
=REPT("Good morning";2) returns Good morningGood morning.
Muudab argumendiga tekst määratud stringi tähed suurtähtedeks.
UPPER("tekst")
Text refers to the lower case letters you want to convert to upper case.
=UPPER("Good Morning") returns GOOD MORNING.
Muudab kõik tekstistringi tähed väiketähtedeks.
LOWER("tekst")
Text refers to the text to be converted.
=LOWER("Päike") tagastab "päike".
Muudab kõikide stringi sõnade esitähe suurtäheks.
PROPER("tekst")
Text refers to the text to be converted.
=PROPER("the document foundation") returns The Document Foundation.
Returns a text string of a DBCS text. The parameters specify the starting position and the number of characters.
MIDB("Text"; Start; Number_bytes)
Text is the text containing the characters to extract.
Start is the position of the first character in the text to extract.
Number_bytes specifies the number of characters MIDB will return from text, in bytes.
=T(12345) tagastab tĂĽhja stringi.
MIDB("ä¸ĺ›˝";1;1) returns " " (1 byte is only half a DBCS character and therefore the result is a space character).
=TODAY() tagastab arvuti praeguse kuupäeva.
MIDB("ä¸ĺ›˝";1;3) returns "ä¸ " (3 bytes constitute one and a half DBCS character; the last byte results in a space character).
=TODAY() tagastab arvuti praeguse kuupäeva.
MIDB("ä¸ĺ›˝";2;1) returns " " (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned).
MIDB("ä¸ĺ›˝";2;2) returns " " (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned).
MIDB("ä¸ĺ›˝";2;3) returns " ĺ›˝" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2).
MIDB("ä¸ĺ›˝";3;1) returns " " (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead).
MIDB("ä¸ĺ›˝";3;2) returns "ĺ›˝" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character).
MIDB("office";2;3) returns "ffi" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters).
Returns the first characters of a DBCS text.
LEFTB("Text" [; Number_bytes])
Text is the text where the initial partial words are to be determined.
Number_bytes (optional) specifies the number of characters you want LEFTB to extract, based on bytes. If this parameter is not defined, one character is returned.
LEFTB("ä¸ĺ›˝";1) returns " " (1 byte is only half a DBCS character and a space character is returned instead).
=TODAY() tagastab arvuti praeguse kuupäeva.
LEFTB("ä¸ĺ›˝";3) returns "ä¸ " (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character).
=TODAY() tagastab arvuti praeguse kuupäeva.
=QUOTIENT(11;3) tagastab 3. Jääk 2 jäetakse kõrvale.
Returns the last character or characters of a text with double bytes characters sets (DBCS).
RIGHTB("Text" [; Number_bytes])
Text is the text of which the right part is to be determined.
Number_bytes (optional) specifies the number of characters you want RIGHTB to extract, based on bytes.
RIGHTB("ä¸ĺ›˝";1) returns " " (1 byte is only half a DBCS character and a space character is returned instead).
=TODAY() tagastab arvuti praeguse kuupäeva.
RIGHTB("ä¸ĺ›˝";3) returns " ĺ›˝" (3 bytes constitute one half DBCS character and one whole DBCS character; a space is returned for the first half).
=TODAY() tagastab arvuti praeguse kuupäeva.
=COSH(0) tagastab 1, arvu 0 hĂĽperboolse koosinuse.
Returns the position of a string of text within another string.You can also define where to begin the search. The search term can be a number or any string of characters. The search is case-sensitive.
FIND("FindText"; "Text" [; Position])
FindText refers to the text to be found.
Text is the text where the search takes place.
Position (optional) is the position in the text from which the search starts.
=FIND(76;998877665544) returns 6.
Returns the position of a text segment within a character string. You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive. If the text is not found, returns error 519 (#VALUE).
SEARCH("FindText"; "Text" [; Position])
FindText is the text to be searched for.
Text is the text where the search will take place.
Position (optional) is the position in the text where the search is to start.
=SEARCH(54;998877665544) returns 10.
Tagastab arvu teksti kujul koos määratud arvu kohtadega pärast koma ja mittekohustusliku tuhandeliste eraldajaga.
FIXED(Number; Decimals [; NoThousandsSeparators])
Number refers to the number to be formatted.
Decimals refers to the number of decimal places to be displayed.
NoThousandsSeparators (optional) determines whether the thousands separator is used. If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your current locale setting are displayed.
=FIXED(1234567.89;3) returns 1,234,567.890 as a text string.
=FIXED(1234567,89;3;1) tagastab tekstistringina 1234567,890.
Tagastab stringi esimese märgi arvkoodi.
CODE("tekst")
Text is the text for which the code of the first character is to be found.
=CODE("Hieronymus") returns 72, =CODE("hieroglyphic") returns 104.
Kood ei vasta mitte ASCII tabelile, vaid aktiivsele märgistikule.
Tagastab stringi pikkuse märkides, tühikud kaasa arvatud.
LEN("tekst")
Text is the text whose length is to be determined.
=LEN("Good Afternoon") returns 14.
=LEN(12345.67) returns 8.
Tagastab tekstilõigu stringi. Vastuse alguskoht ja märkide arv on määratud argumentidega.
MID("tekst"; algus; arv)
Text is the text containing the characters to extract.
Start is the position of the first character in the text to extract.
Number specifies the number of characters in the part of the text.
=MID("office";2;2) returns ff.
Tagastab tekstistringi esimese Unicode'i märgi arvulise koodi.
UNICODE("Text")
=UNICODE("©") tagastab Unicode'i koodi 169, mis tähistab autoriõiguse märki.
See also the UNICHAR() function.
Tagastab tekstistringi esimese märgi või märgid.
LEFT("Text" [; Number])
Text is the text where the initial partial words are to be determined.
Number (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned.
=LEFT("väljund";3) tagastab "väl".
Tagastab tekstistringi viimase märgi või märgid.
RIGHT("Text" [; Number])
Text is the text of which the right part is to be determined.
Number (optional) is the number of characters from the right part of the text.
=RIGHT("Päike";2) tagastab "ke".
Teisendab arvu Tai tekstiks, sealhulgas ka Tai rahaĂĽhiku nimed.
BAHTTEXT(arv)
Arv on suvaline arv. "Baht" lisatakse arvu täisarvulise osa lõppu ja "Satang" lisatakse arvu kümnendosale.
=BAHTTEXT(12,65) tagastab tai märkide stringi, mille tähendus on "kaksteist bahti ja kuuskümmend viis satangi".
Teisendab arvu märgiks vastavalt aktiivsele märgistikule. Arvuks võib olla kahe- või kolmekohaline täisarv.
CHAR(arv)
Number is a number between 1 and 255 representing the code value for the character.
=CHAR(100) returns the character d.
="abc" & CHAR(10) & "def" sisestab stringi uue rea märgi.
Teisendab arvu rooma numbriks. Arvu väärtus peab olema vahemikus 0 kuni 3999, režiim võib olla täisarv 0 kuni 4.
ROMAN(Number [; Mode])
Arv on Rooma numbritesse teisendatav arv.
Režiim (mittekohustuslik) näitab lihtsustuse astet. Mida kõrgem selle väärtus, seda enam Rooma numbreid lihtsustatakse.
=ROMAN(999) tagastab CMXCIX
=ROMAN(999;0) tagastab CMXCIX
=ROMAN (999;1) returns LMVLIV
=ROMAN(999;2) tagastab XMIX
=ROMAN(999;3) tagastab VMIV
=ROMAN(999;4) tagastab IM
Teisendab arvusüsteemi märkidest koosneva teksti positiivseks täisarvuks vastavalt antud arvüsteemi alusele. Alus peab olema vahemikus 2 kuni 36. Tühikuid ja tabeldusmärke eiratakse. Teksti väli ei ole tõstutundlik.
If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, is disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the number system generate an error.
DECIMAL("tekst"; alus)
Text is the text to be converted. To differentiate between a hexadecimal number, such as A1 and the reference to cell A1, you must place the number in quotation marks, for example, "A1" or "FACE".
Radix indicates the base of the number system. It may be any positive integer between 2 and 36.
=DECIMAL("17";10) tagastab 17.
=DECIMAL("FACE";16) returns 64206.
=DECIMAL("0101";2) tagastab 5.
Teisendab koodarvu Unicode'i märgiks või täheks.
UNICHAR(number)
=UNICHAR(169) tagastab autoriõiguse märgi ©.
See also the UNICODE() function.
Teisendab positiivse täisarvu alusele vastavasse arvusüsteemi. Kasutatakse numbreid 0-9 ja inglise tähestiku tähti A-Z.
BASE(Number; Radix [; MinimumLength])
Number is the positive integer to be converted.
Radix indicates the base of the number system. It may be any positive integer between 2 and 36.
MinimumLength (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string.
=BASE(17;10;4) returns 0017 in the decimal system.
=BASE(17;2) returns 10001 in the binary system.
=BASE(255;16;4) returns 00FF in the hexadecimal system.
Teisendab tekstistringi arvuks.
VALUE("tekst")
Text is the text to be converted to a number.
=VALUE("4321") tagastab 4321.
Võrdleb kaht tekstistringi ja tagastab TÕENE, kui need on identsed. Funktsioon on tõstutundlik.
EXACT("tekst1";"tekst2")
Text1 refers to the first text to compare.
Text2 is the second text to compare.
=EXACT("microsystems";"Microsystems") returns FALSE.