Glenn, I'll be more than happy to take a look at
your request if you'd do us a favor by providing
a representative sample of your data set. It'll
be easiest for me to get it into my worksheet if
you'll send it as an array constant.
Using an empty cell that's not included in your
data set, type an equal sign in the formula bar,
select your representative data, type Cntrl+=,
and copy and paste the bracketed data (including
the braces) into a follow-up posting.
Glenn, Ctrl+=, means press the control and equal keys. So, go to an empty cell type =A3:M14, then simultaneously press the control and equal keys. This will translate the cell reference, A1:M14, into an array constant. Copy that array constant and paste it into a follow-up posting. Note: it may not be necessary to include all rows and columns in your selection. Keep in mind that all we need is a repesentative sample of your data.
Mark-
Thanks for the clarification: Below is the sample data.
Data:
{"PATRON",0,"Booth","Seat",0,0,1,2,3,12,13,23,123;"Velarde",0,20,1,0,16,12,15,16,13,15,15,12;"Mitchell",0,16,0,0,13,8,13,14,8,13,13,8;"Borne",0,17,2,0,14,14,14,14,15,14,14,13;"Johnson",0,18,0,0,14,10,13,14,10,14,13,11;"Marr",0,19,1,0,10,10,11,10,9,11,11,8;"Peters ",0,18,1,0,14,10,13,14,10,14,13,11;"Charles",0,17,1,0,17,14,17,17,15,17,17,14;"Mann",0,16,0,0,12,10,12,13,10,12,12,10;"Tolbert",0,20,1,0,15,12,14,15,13,14,14,12;"Michaels",0,19,0,0,16,13,17,16,12,17,17,12;"French",0,15,0,0,10,9,10,10,8,10,11,9}
Glenn
Glenn, after selecting cell F2 choose the Format
Conditional Formatting... menu command. Define
your conditions as follows:
Condition 1 "Formula Is" =AND(OR($C2=16,$C2=17,$C2=18,$C2=20),$D2=0)
and assign a Red pattern
Condition 2 "Formula Is" =AND(OR($C2=16,$C2=17,$C2=18,$C2=20),$D2<>0)
and assign a Blue pattern
Condition 3 "Formula Is" =AND(OR($C2=15,$C2=19),$D2<>0)
and assign a Green pattern
Press OK to close the Conditional Formatting dialog.
Copy cell F2. Select cells F3:F12 and perform
and Paste Special...Formats.
When done Velarde, Borne, Peters, Charles and Tolbert
will have blue patterns applied to their corresponding
values in column F. Mitchell, Johnson and Mann will
have red. And Marr's will be green.