Conditional Formatting

Adore195

New Member
Joined
Oct 13, 2017
Messages
1
I have a spread sheet that contains monthly scores for my Reps. The score scale is 1-5.
Below is the criteria:

If an agent get a score lower than 3 for 3 consecutive months then they will receive a written
If an agent get a score lower than 3 for 4 consecutive months then they will receive a Final
If an agent get a score lower than 3 for 5 consecutive months then they will be terminated

Agent Supervior JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
QA Score QA Score QA Score
QA Score QA Score QA Score QA Score QA Score QA Score QA Score QA Score QA Score
Agent 2 33325552 55 55
Agent 3
Agent 4
Agent 5
Agent 6
Agent 7
Agent 8
Agent 9
Agent 10
Agent 11
Agent 12
Agent 13

<colgroup><col><col><col span="12"></colgroup><tbody>
</tbody>

I want to be able to conditionally format this with the count if formula but am stuck.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Welcome to the board,
could you just conditionally format the cells so numbers less than 3 are filled in red and if 3 consecutive cells are red it would be evident?
 
Upvote 0
Last edited:
Upvote 0
Sheet1

ABCDEFGHIJKLMNOPQR
1 Value333
2
3 Consecutive
4AgentSuperviorJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember 345
5QA ScoreQA ScoreQA ScoreQA ScoreQA ScoreQA ScoreQA ScoreQA ScoreQA ScoreQA ScoreQA ScoreQA Score
6Agent 223242422222445 TRUETRUETRUE
7Agent 3
8Agent 4 writtenFinaltermination

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:91px;"><col style="width:64px;"><col style="width:57px;"><col style="width:90px;"><col style="width:81px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
P6{=MAX(FREQUENCY<span style=" color:008000; ">(IF<span style=" color:#0000ff; ">(B6:N6<p1,column(B6:N6)</p1,column),IF(B6:N6>=P1,COLUMN(B6:N6))))>=3}
Q6{=MAX(FREQUENCY<span style=" color:008000; ">(IF<span style=" color:#0000ff; ">(B6:N6<q1,column(B6:N6)</q1,column),IF(B6:N6>=Q1,COLUMN(B6:N6))))>=4}
R6{=MAX(FREQUENCY<span style=" color:008000; ">(IF<span style=" color:#0000ff; ">(B6:N6<r1,column(B6:N6)</r1,column),IF(B6:N6>=R1,COLUMN(B6:N6))))>=5}
P8=IF(P6,"written","")
Q8=IF(Q6,"Final","")
R8=IF(R6,"termination","")

<tbody>
</tbody>
Formula Array:
Produce enclosing
{ } by entering
formula with CTRL+SHIFT+ENTER!

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0
actually in P1 you need a 4
to count a consecutive series of

3,2,1 etc
 
Upvote 0

Forum statistics

Threads
1,216,109
Messages
6,128,875
Members
449,476
Latest member
pranjal9

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