Hello
I have an IF-formula in a cell which references values from another sheet. For examle IF(CELL_X from ANOTHER_SHEET = 10, "Ok", "Not OK"). I also have conditional formatting based on the values "Ok" and "Not Ok". However, the conditional formatting does not work reliable. Sometimes the cell is just unformatted.
The orginal formula is more like:
=IF(COUNTIF(CELL_A:CELL_C, {Metadaten Range 7}) = 3, "abc", IF(COUNTIF(CELL_A:CELL_C, {Metadaten Range 7}) > 0, "def", "xyz"))
The formatting works initially. After saving the sheet, changing the view to another sheet, changing back and after clicking on the cell the formatting disappears. => Seems to be a bug.