Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

conditional formatting

Status
Not open for further replies.

copeco

Technical User
Joined
Jun 11, 2002
Messages
31
Location
US
I have created an order file in excel. Column A(desc),B(size),C(qty). C is normally blank. When something eg(1, 1 bx, 1 cs)is entered in C? the A?,B?,C? row should turn a different color.
Using conditional formatting in column:
C? : cell value is not between ="" and =""zzz""
A?,B?: formula is =C?<&quot;&quot;
With the C? I can use a number-letter combo & get C to change colors.
With the A?,B?, formula I can use a number only eg(1,5,3)to get them to change colors.
So no BX,CS,EA can be used..
**How do I get the entire A?,B?,C? row to change colors with number-letter combinations?
 
Try the following :

If you want to start with Row 2, select the entire row. Do Format, Conditional Formatting, and for Condition 1 click on the dropdown an select Formula Is. Enter

=NOT(ISBLANK($C2)),

and set the formatting you want.

Copy the formatting to the remaining rows.

A.C.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top