Check it
Delete Tuesday and see!
Use need to use Conditional formatting.
i have days at the top row and i am trying to match it below and on that basis want color in my sheet
its not happening its changing the color for whole selected rangeSo you need row 5 highlighted if row 3 contains Monday
Use conditional formatting as advised above.
Select your range: C5:R5
Go to Conditional Formatting
Formula
=C$3="Monday"
Set the format
Regards,
You may have used:its not happening its changing the color for whole selected range
thanks it workedYou may have used:
=$C3="Monday"
instead of:
=C$3="Monday"
See the attached example.
There are 2 highlighted rows
Yellow = dependent on word "Monday" in row # 3
Red = Every 8th column
Check both CF
Regards,