LibreOfficeDev 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)". LibreOfficeDev 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.