Conditional Highlighting based on other cell
There are older threads about this that have been closed due to inactivity.
I have a predictions spreadsheet. By adjusting variables and assumptions, the spreadsheet creates "best guess" monthly predictions spanning several years.
Because my clients do not like staring at a spreadsheet of just black numbers on white, I highlight the cells when the numbers cross specific financial milestones.
In Excel, I would use a formula in the Auto-formatting such as:
IF((previous cell<Milestone) and (current cell>Milestone))
In this way, the formula knows when the current cell crosses the Milestone number and highlights it.
Unfortunately, I have not figured out how to similarly automate this in Numbers. Even if writing formulas is not possible, I cannot figure out how to make one rule reference the current cell and another to reference the previous cell.
Is this possible?