LibreOffice 26.2 abi
Names in Calc can contain letters, numeric characters, and the underline character. Names must start with a letter or an underline character.
Lubatud erimÀrgid:
alakriips (_)
Nimed ei tohi sarnaneda lahtriviidetega, nĂ€iteks nimi A1 on vigane, sest A1 on viide ĂŒleval vasakul asuvale lahtrile.
Names must not start with the letters C or R followed by a number; also single characters C and R are not allowed as names. See the ADDRESS function for more information.
Names for cell ranges must not include blanks. Blanks are allowed within names for sheets and documents.
Valemites esinevate viidete loetavuse parandamiseks on mĂ”istlik anda vahemikele nimed. NĂ€iteks vĂ”ib vahemikule A1:B2 anda nime Algus. NĂŒĂŒd vĂ”ib valemi kirjutada kujul "=SUM(Algus)". LibreOffice sĂ€ilitab nimeviited korrektselt isegi pĂ€rast veergude vĂ”i ridade kustutamist. Vahemike nimed ei tohi sisaldada tĂŒhikuid.
NÀiteks kÀibemaksu arvutamise valemit on palju lihtsam lugeda kujul "= Summa * MaksumÀÀr", kui "= A5 * B12". Antud juhul on lahtrile A5 antud nimi "Summa" ja lahtrile B12 "MaksumÀÀr".
Sageli kasutatavatele valemitele vÔi valemiosadele saab nimed mÀÀrata dialoogis Nimede mÀÀramine. Vahemike nimede mÀÀramiseks toimi jÀrgmiselt.
Select a cell or range of cells, then choose Sheet - Named Ranges and Expressions - Define. The Define Names dialog appears.
Sisesta valitud ala nimi vÀljale Nimi. KlÔpsa nupul Lisa. Loendis kuvatakse vastmÀÀratud nimi. Dialoogi sulgemiseks klÔpsa nupul Sobib.
Selles dialoogis saad nimed panna ka teistele lahtrivahemikele. Selleks sisesta nimi vÀljale ja seejÀrel vali vastavad lahtrid.
Kui sisestad nime valemisse, kuvatakse pÀrast mÔne esimese mÀrgi sisestamist terve nimi nÔuandena.
NÔuandena pakutud nimega nÔustumiseks vajuta klahvi Enter.
If more than one name starts with the same characters, you can scroll forward through all the names using the CommandCtrl + Tab keys and backward using the Shift + CommandCtrl + Tab keys.
You can assign a simpler or more familiar name to a long or complex formula expression.
Choose Sheet - Named Ranges and Expressions - Define. The Define Names dialog appears.
Enter the name for the formula expression in the Name field.
Enter the formula expression in the Range or formula expression box. For example, if you have named your formula HYP, you can enter the expression SQRT(A1*A1 + B1*B1) to compute the distance between two points on a plane. Do not precede the expression with an equal sign (=).
Click Add. The newly defined name appears in the list below. Click OK to close the dialog.
Enter the name of the named formula in the desired cell. The cell value is the result of the formula expression. For example, enter =HYP() to compute the formula above. Note that you cannot directly pass parameters to named formulas.
Naming conventions apply to named formulas. Absolute and relative references are respected. For example, when the named formula is copied and pasted.