Conditional Formatting or Formula
Good Day All:
I am trying to use Greater Than Conditional Formatting for two columns. However, Conditional Formatting does not allow you to select 2 columns. Perhaps, I have to use a formula?
Here is what I would like to do:
If % Complete (Planned) is Greater than % Complete (Actual), then Red
If % Complete (Planned) is Equal to % Complete (Actual), then Black
If % Complete (Planned) is Less than % Complete (Actual), then Green
Thanks
Comments
-
Try this one out. Make sure your column titles are accurate.
=IF([% Complete (planned)]1 > [% Complete (actual)]1, "Red", IF([% Complete (planned)]1 = [% Complete (actual)]1, "Black", IF([% Complete (planned)]1 < [% Complete (actual)]1, "Green")))
I designed it for row 1. Update the titles and row numbers as needed.
-
Excellent, Thanks!
-
You're welcome. Hope you got it working!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!