Uri Teitler
New Member
I have a table with multiple cols and a running balance.
The detail has a number of projects with their costs and various prioritisation attributes.
We have set a budget for the year.
I would like to 'draw a line' (ie conditional format format border bottom red) when the running balance reaches the budget.
eg Budget = 30.0
A B C D E
Project A P1 M 10.0 10.0
Project B P1 S 10.0 20.0
Project C P1 C 10.0 30.0
Project D P2 M 10.0 40.0
Project E P2 S 10.0 50.0
I can do a simple conditional cell value <= 30 on E and make the all cells a colour.
Just don't know how to a) only make the last cell change and b) reference the E cell for the other cols.
The detail has a number of projects with their costs and various prioritisation attributes.
We have set a budget for the year.
I would like to 'draw a line' (ie conditional format format border bottom red) when the running balance reaches the budget.
eg Budget = 30.0
A B C D E
Project A P1 M 10.0 10.0
Project B P1 S 10.0 20.0
Project C P1 C 10.0 30.0
Project D P2 M 10.0 40.0
Project E P2 S 10.0 50.0
I can do a simple conditional cell value <= 30 on E and make the all cells a colour.
Just don't know how to a) only make the last cell change and b) reference the E cell for the other cols.