I want to implement some conditional formatting in LibreOffice Calc (v5.4.4.2 but can upgrade) that will highlight cells whose values are calculated through a formula rather than entered directly.
For example, a cell containing
=A3
will be highlighted, while
Hello world!
in cell A3 will not be.
I understand conditional formatting, etc; I just need to determine the correct formulae for checking if a cell actually contains a formula.