I want to apply conditional formatting to a range of cells within a row if every cell is filled.

xcelnovice1

New Member
Joined
Aug 27, 2014
Messages
1
Name
number
print
stamp
signed
JDoe
157568
x
x
x
Xcrod
489756
x
x

<tbody>
</tbody>
So I want to highlight a range of cells within a specific row if every column within that row is filled with any text. What formula can I use?

So in the above example, I would like the second row to be automatically highlighted when I type in the x under signed. I know how to highlight each row based on if only signed is filled. But I want the condition to apply ONLY when ALL the columns are filled within a row.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Weazel

Well-known Member
Joined
Dec 24, 2011
Messages
3,155
if you select the range first and use something like

=COUNTIF($C2:$E2,"x")=3 as the conditional formatting formula
 
Upvote 0

Forum statistics

Threads
1,191,120
Messages
5,984,762
Members
439,909
Latest member
daigoku

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
Top