Skip to content

9th April 2022

Computer Science

GNULinux

(../computer_science/gnu_linux/libreoffice.md)

  • New: LibreOffice Calc IF().

    Syntax: IF(Test, Then Value, Otherwise Value).

    Example:

    =IF(A2>500,"High","Low")