edwardvandepol
New Member
- Joined
- Nov 6, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I want to display the difference between forecasted time and actual time on a dashboard. I also want conditional formatting on these cells so that all positive values (later than expected) become redder as they increase, and all negative values (earlier than expected) become greener as they decrease. I can't use the 1904 date format because I work in a large company where all files are linked to others.
Currently, I have four suboptimal solutions:
Currently, I have four suboptimal solutions:
- Use a formula to display the negative time as text (this results in losing conditional formatting).
- Multiply by 24 and use a "number format" (e.g., 15 minutes becomes 0.25, which isn’t as easy to read).
- Use a simple subtraction formula (this keeps conditional formatting, but negative values show as ########).
- Create an elaborate macro that requires manual activation each time data is updated, which handles these tasks manually.