PDA

View Full Version : days of the week



sasa
03-09-2009, 04:10 AM
I have a range of items from j14 ->44-
I want the user to enter his items down column from j14 to j44

If the item that is entered in column j is like this (clin1, clin2, clin3,clin4) matches a particular day of the week in the coulumn b like Monday, Thuesday, Thursday, Friday) I would like that J cell to turn red
Thanks.

Bob Phillips
03-09-2009, 05:24 AM
How do you construe something like clin1 to match a day of the week? I see no connection.

sasa
03-09-2009, 06:13 AM
How do you construe something like clin1 to match a day of the week? I see no connection.

sasa
03-09-2009, 06:17 AM
Sorry, match is not the correct word. Maybe link. In other words in column b may appear Monday or Thuesday orThursday or Friday in column J clin1 or clin2 or clin3 or clin4

Thanks

mdmackillop
03-09-2009, 06:31 AM
I don't understand Match or Link in your question. Can you post an example showing what should be Red and a note explaining why.

Bob Phillips
03-09-2009, 06:58 AM
Match was not the problem word, it was the connection between the text (clin1 etc) and the days of the week.

sasa
03-09-2009, 09:08 AM
Here is my example. The cell gets red only when clin1,2,3,4, meet some days of the week
Thanks

Bob Phillips
03-09-2009, 09:12 AM
Use a formula in CF of

=AND(LEFT($H1,4)="clin",$A1<>"Saturday",$A1<>"Sunday")