Conditional Formatting Formula based on a word in another cell

IainD

Board Regular
Joined
Jun 25, 2007
Messages
75
I am trying to set up a conditional format formula, that changes the back ground colour of a cell based on the word in another cell.

If the day of the week in the cells in column A is "Saturday" or "Sunday" I would like the back ground colour in the cell in column B to change to red.

Is this possible & if so, does anyone know the formula code to do this?

Any help or assistance would be very much appreciated.

Kind regards,

Iain.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Like this?

Excel Workbook
AB
1MondayWeekend?
2TuesdayWeekend?
3WednesdayWeekend?
4ThursdayWeekend?
5FridayWeekend?
6SaturdayWeekend?
7SundayWeekend?
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B11. / Formula is =LEFT(A1)="S"Abc
B21. / Formula is =LEFT(A1)="S"Abc
B31. / Formula is =LEFT(A1)="S"Abc
B41. / Formula is =LEFT(A1)="S"Abc
B51. / Formula is =LEFT(A1)="S"Abc
B61. / Formula is =LEFT(A1)="S"Abc
B71. / Formula is =LEFT(A1)="S"Abc
 
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,633
Members
452,933
Latest member
patv

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