LibreOfficeDev 25.8 Help
iVVxK‖All formulas begin with an equals sign. The formulas can contain numbers, text, arithmetic operators, logic operators, or functions.
VMHDP‖Remember that the basic arithmetic operators (+, -, *, /) can be used in formulas using the "Multiplication and Division before Addition and Subtraction" rule. Instead of writing =SUM(A1:B1) you can write =A1+B1.
pr9Zq‖Parentheses can also be used. The result of the formula =(1+2)*3 produces a different result than =1+2*3.
xyGTS‖Here are a few examples of LibreOfficeDev Calc formulas:
| suAfx‖=A1+10 | CBA6j‖Displays the contents of cell A1 plus 10. | 
| VFDp4‖=A1*16% | yHNCY‖Displays 16% of the contents of A1. | 
| JEQ4F‖=A1 * A2 | ZbQoA‖Displays the result of the multiplication of A1 and A2. | 
| XUAPn‖=ROUND(A1;1) | nZmjz‖Displays the contents of cell A1 rounded to one decimal place. | 
| p46Wk‖=EFFECTIVE(5%;12) | LFSAU‖Calculates the effective interest for 5% annual nominal interest with 12 payments a year. | 
| 2A7E6‖=B8-SUM(B10:B14) | BwE2o‖Calculates B8 minus the sum of the cells B10 to B14. | 
| a744P‖=SUM(B8;SUM(B10:B14)) | 7AGzG‖Calculates the sum of cells B10 to B14 and adds the value to B8. | 
nPTep‖It is also possible to nest functions in formulas, as shown in the example. You can also nest functions within functions. The Function Wizard assists you with nested functions.