I want to apply conditional formatting to this.
The following worked:
=CELL("CONTENTS"; B3)
But the following did not:
=IF(D2='#value!', 'yes', 'no')
Output is: #NAME?
Also LibreCalc keeps converting ‘#VALUE!’ to lower case in that IF function.