Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is it possible to lookup a value in a cell over here and change a cell's fill
color over there based on certain criteria? For instance, if all the workdays for a month are listed in column A, is it possible to look up all the Fridays and change the corresponding cell in Column C from whatever color to Yellow? While I'm at it, is it possible to unlock those certain C cells for editing, as well? Thank You so very much. Arlen |
#2
![]() |
|||
|
|||
![]()
You can handle the color issue with conditional formatting; you don't need any
lookup function. As far as locking/unlocking the cells, you probably need to do that with VBA code. But Fridays are Fridays and won't change. Why do you need to change the locking? On Sat, 22 Jan 2005 11:25:06 -0800, "Arlen" wrote: Is it possible to lookup a value in a cell over here and change a cell's fill color over there based on certain criteria? For instance, if all the workdays for a month are listed in column A, is it possible to look up all the Fridays and change the corresponding cell in Column C from whatever color to Yellow? While I'm at it, is it possible to unlock those certain C cells for editing, as well? Thank You so very much. Arlen |
#3
![]() |
|||
|
|||
![]()
?B?QXJsZW4=?= wrote
For instance, if all the workdays for a month are listed in column A, is it possible to look up all the Fridays and change the corresponding cell in Column C from whatever color to Yellow? You could use Conditional Formatting (you would have to Unprotect the sheet first): Say dates in A start at A2 Select all corresponding cells in C Format|Conditional Formatting Formula Is|=Weekday(A2)=6 Format|Patterns and pick Yellow -- David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to count the cells in a range that have a fill color. | Excel Discussion (Misc queries) | |||
Formula to count the cells in a range that have a fill color. | Excel Discussion (Misc queries) | |||
How do I change a large number of cells from a postive to a neget. | Excel Discussion (Misc queries) | |||
How do I change fill color default in excel 2003? | Excel Discussion (Misc queries) | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) |