I have a cell labeled "Total Balance" and then on my weekly payments I have the amount to be paid. Usually I pay the item and then change the color yellow. Is there a formula that I can use to automatically deduct from the Total Balance when the item's cell turns yellow for when I paid it?
Asked
Active
Viewed 38 times
1 Answers
0
If you are doing it only via color you need macro as there is no formula that can detect format. Example: VBA to identify cells in red

eesia
- 143
- 6
-
While there could be a UDF, that detect a specific format though. However this still ends up using a macro. – prextor Dec 18 '18 at 10:25