Conditional Formatting

lfellows

New Member
Joined
Nov 22, 2019
Messages
35
I need help with conditional formatting and I'm not sure if what I want is even possible:

I have data stored in a table.
In column A is a week number i.e. 45, 46, 47 etc.
In column C I have numbers which are totals of something that can vary from 1 to 300.
Is there a way I can highlight all rows that contain the same week number in column A red when the total of all corresponding numbers in C column exceeds a certain value?

I hope this clear.

Thanks!
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Is there a way I can highlight all rows that contain the same week number in column A red when the total of all corresponding numbers in C column exceeds a certain value?
Like this if the total for a particular week number exceeds 500?

Select A2:C12 and apply the Conditional Formatting shown.

Book1
ABC
1WeekOtherTotals
21data 167
32data 2109
43data 3219
52data 4132
61data 5165
72data 6133
83data 7242
94data 8176
103data 944
112data 10229
121data 11224
CF
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:C12Expression=SUMIF($A$2:$A$12,$A2,$C$2:$C$12)>500textNO
 
Upvote 0

Forum statistics

Threads
1,215,048
Messages
6,122,862
Members
449,097
Latest member
dbomb1414

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