Conditional Formatting

gehusi

Board Regular
Joined
Jul 20, 2010
Messages
182
I have a table in which I would like to conditional format the first column (A) if any of the cells in the remaining columns (B:CG) of that row are greater than or equal to five. As a truncated example:


<table border="0" cellpadding="0" cellspacing="0" width="360"><col style="width:54pt" span="5" width="72"> <tbody><tr style="height:14.25pt" height="19"> <td class="xl23" style="height:14.25pt;width:54pt" height="19" width="72">ABC</td> <td class="xl24" style="border-left:none;width:54pt" align="right" width="72">2</td> <td class="xl24" style="border-left:none;width:54pt" align="right" width="72">0</td> <td class="xl24" style="border-left:none;width:54pt" align="right" width="72">5</td> <td class="xl24" style="border-left:none;width:54pt" align="right" width="72">2</td> </tr> <tr style="height:14.25pt" height="19"> <td class="xl24" style="height:14.25pt;border-top:none" height="19">DEF</td> <td class="xl24" style="border-top:none;border-left:none" align="right">1</td> <td class="xl24" style="border-top:none;border-left:none" align="right">1</td> <td class="xl24" style="border-top:none;border-left:none" align="right">1</td> <td class="xl24" style="border-top:none;border-left:none" align="right">1</td> </tr> <tr style="height:14.25pt" height="19"> <td class="xl23" style="height:14.25pt;border-top:none" height="19">GHI</td> <td class="xl24" style="border-top:none;border-left:none" align="right">3</td> <td class="xl24" style="border-top:none;border-left:none" align="right">2</td> <td class="xl24" style="border-top:none;border-left:none" align="right">0</td> <td class="xl24" style="border-top:none;border-left:none" align="right">6</td> </tr> </tbody></table>
What formula could I enter for the conditional formatting in order to accomplish this?
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Try this

Excel Workbook
ABCDE
1ABC2052
2DEF1111
3GHI3206
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A11. / Formula is =MAX(B1:E1)>=5Abc
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,299
Members
452,904
Latest member
CodeMasterX

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