Python Macros in LibreCalc

Arun Kr. Khattri
Python Macros in LibreOffice Calc The promised land of using python macros in LibreOffice Calc was my prime motivation to ditch other spreadsheets. Somehow that notion mired in UNO1 intricacies, further fuelled by scarcity of help available in LibreOffice community and world wide web. However since LibreOffice 7.2, things improved with scriptforge2 module for python. For Basic it was available since LibreOffice 7.1. Without further ado, let’s introduce the opening act!

Never go wrong while looking for something

Arun Kr. Khattri
Never go wrong while looking for reference value When you are looking for something in a single row or column and like to reference the value from the same position in different row or column, there are number of options available to you in LibreCalc. You may try LOOKUP, HLOOKUP, VLOOKUP and OFFSET depending upon the use case, as each of them has certain requirement to be adhered while using them.

Summary functions in google sheet

Arun Kr. Khattri
Summary Functions in Google Sheet Quoting OpenOffice.org 3.x Calc Guide “Formulas are equations using numbers and variables to get a result. In a spreadsheet, the variables are cell locations that hold the data needed for the equation to be completed. A function is a predefined calculation entered in a cell to help you analyze or manipulate data in a spreadsheet. All you have to do is add the arguments, and the calculation is automatically made for you.