I’ve got a spreadsheet that unfortunately combines the raw data with the presentation, as I find is common in spreadsheets and often a major source of errors.
After adding rows here and there, some of the formulas in the spreadsheet I’ve now realized are broken and I didn’t notice at the time. It’s not obvious anymore which ones are likely broken, so I’m finding myself yet again in spreadsheet heaven and having to check all the formulas to make sure they’re all right.
Generally the formulas follow a pattern, such as =SUM(B2:B4)
(dollar format), =SUM(C2:C4)
(general number format), =SUM(D2:D4)
(dollar format), =SUM(E2:E4)
(general number format), etc. until the pattern eventually breaks at the total columns on the far right.
The closest thing I’ve found to helping me “see” formula errors at a glance are View -> Show Formula
and View -> Value Highlighting
, which are both nice, but don’t help specifically with recognizing these kinds of common formula patterns.
Is there a way to tell LibreOffice to highlight when formula patterns like this change?