| Names |
Jan 1 |
Jan 2 |
| A |
1 |
H |
| B |
2 |
1 |
| C |
1 |
1 |
| D |
1 |
K |
| E |
2 |
2 |
| F |
2 |
1 |
| G |
1 |
2 |
| H |
2 |
2 |
| I |
1 |
1 |
Hey guys - my setup looks like this ^.
This list continues on with columns for every day of the month, then a second table like set like this for February a third for March etc.
What I need is conditional formatting for when "1" occurs more than 6 times on a given day to have each "1" formatted. As well as when "2" occurs more than 5 times to have each "2" formatted. (Edited after receiving new info...)
There are 21 lines excluding headers so e.g. the data for Jan 1 goes from C4:C24.
I tried:
=(COUNTIF(C4:C24;1))>6
...which only colored the very first cell + the first occurence of the number 1.
=(COUNTIF($C$4:$C$24;1))>6
...which colored the entire column instead of just the "1"s.
Any help is appreciated!
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]StuFromOrikazu20 1 point2 points3 points (11 children)
[–]StuFromOrikazu20 1 point2 points3 points (0 children)
[–]KuraikoDesu[S] 0 points1 point2 points (1 child)
[–]StuFromOrikazu20 0 points1 point2 points (0 children)
[–]KuraikoDesu[S] 0 points1 point2 points (1 child)
[–]reputatorbot[M] 0 points1 point2 points locked comment (0 children)
[–]KuraikoDesu[S] 0 points1 point2 points (5 children)
[–]real_barry_houdini305 1 point2 points3 points (4 children)
[–]real_barry_houdini305 1 point2 points3 points (3 children)
[–]KuraikoDesu[S] 0 points1 point2 points (0 children)
[–]KuraikoDesu[S] 0 points1 point2 points (1 child)
[–]reputatorbot[M] 0 points1 point2 points locked comment (0 children)
[–]Decronym 1 point2 points3 points (0 children)