How to highlight in a column based on another column

smck87

New Member
Joined
Dec 12, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi experts!!
I’m a new excel user and I am trying to figure out how to bend Excel to my will—haha! I tried searching, but I’m not sure how to really phrase my question.
Pic attached below. I have this spreadsheet started. I have created a drop down for each cell below c4-h4. The drop down for each cell consists of either yes or no. If a cell has a Y for yes, I want it to highlight the cell of the same row in column A one color. If a cell has a N for no, I want it to highlight a separate color. I’ve googled and found something on If statements, but I could not get it to work in this sheet. Any and all help would be greatly appreciated!!!
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi,



This video will help, ideally you need to set a conditional rule of =C4="word"



Then apply the conditional formatting to each row.



 
Upvote 0
Welcome to the MrExcel board!

Is this the sort of thing that you are after?
If so, what should happen if there is a "Yes" and a "No" in the same row? (For example if "No" was now added in E6 below.) Or is that not possible with your data.

BTW, for the future I suggest that you investigate XL2BB for providing sample data to make it easier for helpers by not having to manually type out sample data to test with.

23 12 13.xlsm
ABCDEFGH
5A5No
6A6Yes
7A7Why
8A8Yes
9A9No
10A10
11A11YesYes
CF Col A
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A5:A11Expression=COUNTIF(C5:H5,"No")textNO
A5:A11Expression=COUNTIF(C5:H5,"Yes")textNO
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

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