Format cell based on average of cells within same range

aeroguy1

New Member
Joined
Mar 16, 2015
Messages
24
Hi, I need help coming up with a solution to format cells within the range based on the average of the same range.

Details: If cell in column A=”Text”, then (any cells from columns L:Z in that row that are > the average of L:Z color format red. I have a lot of rows that this formatting would apply to.

Thanks!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Select columns L:Z and use the following formula in Conditional Formatting:

=AND($A1="text",L1>AVERAGE($L1:$Z1))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,196,485
Messages
6,015,472
Members
441,898
Latest member
kofafa

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