Conditional Formatting Based on +/- % of Average

Joined
Oct 29, 2015
Messages
30
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am trying to apply an formula to highlight prices in Columns G, L and Q that are outside +/- a stated percentage of the average value for that price:

Column GColumn LColumn QColumn T
Row 110%
Row 2ABCMedian/Average
Row 3 - Nuts
31​
42​
32​
35
Row 4 - Bolts
11​
9​
7​
9

The % in T1 should be such that it can be manually changed and the conditional formatting updates accordingly. Any solutions appreciated. :)
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Check this and revert -

Use following formula to CF Column G, L & Q
Excel Formula:
=$T1<>$T$1
 
Upvote 1
See if this does what you want.

24 01 11.xlsm
GLQT
110%
2ABCMedian/Average
331423235
411979
CF
Cells with Conditional Formatting
CellConditionCell FormatStop If True
Q3:Q4,L3:L4,G3:G4Expression=ABS(G3-$T3)/$T3>$T$1textNO
 
Upvote 1
Solution
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,076
Messages
6,122,987
Members
449,093
Latest member
Mr Hughes

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