Conditional Formatting help

zyosis

New Member
Joined
Aug 27, 2014
Messages
8
Hi,

I have 3 columns of data, where the business and the ICT dept can allocate a priority score, which is then weighted to give an overall considerate score (Priority).

What I want to do is provide conditional format for the priority column, where the scores given by the business and ict are more than 3 points apart. as this indicator will assess where the business and ict priorities are not aligned (which may be ok, just needs to be explored further).

PriorityBusiness PriorityICT Priority
60%40%
6.484
6.8102
5.8310
101010
6.292
777
7.6610

<tbody>
</tbody><colgroup><col><col><col></colgroup>
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
select the cell to highlight
in your example it would be A3
go to conditional formating and select
Use a formula to determine which cells to format
use this formula modify if the reference if the cell you are formatting is not A3
=OR($B3-$C3>3,$C3-$B3>3)
 
Upvote 0

Forum statistics

Threads
1,214,891
Messages
6,122,101
Members
449,066
Latest member
Andyg666

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top