Conditional Formatting on Row using Count function

BarryGallegos

New Member
Joined
May 23, 2018
Messages
2
Hello my fellow colleagues,

I for the life of me cannot figure out how how to get this done.
I have a Row where the cells in column A will contain Words such as Open, In Transit, Received, Scheduled, Delivered, Closed.
That row will stretch with columns from A - W. When the Word Closed appears on Column A, I want all of the text on that row from Column B - W to change to Grey.


I Cannot for the live of me figure this out....

Please, and Thank you in advance.


Barry
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Welcome to the Board.

Select columns B-W. Click Conditional Formatting > New Rule > Use a formula > and enter:

=$A1="Closed"

Click Format... > Font > Color > and choose Gray. Click OK.


Hope this helps.
 
Upvote 0
Barry

You don't need Count for that.

Select the rows/columns you want to apply the conditional formatting to.

Goto Format>Conditional formatting...

Select the Use formula to determine cells to format... option.

Enter this formula, changing the 2 to the first row of the range you selected at the start.

=$A2="Closed"

Click Format..., select the formatting you want then click OK, click OK, click OK.
 
Upvote 0

Forum statistics

Threads
1,215,130
Messages
6,123,220
Members
449,091
Latest member
jeremy_bp001

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