Conditional formatting question

websterja1983

New Member
Joined
Sep 25, 2007
Messages
39
Good morning everyone,

I am having a bit of trouble with my task for this spreadsheet. I will be as specific as possible.

I need cells A2:I2 to be shaded yellow if cell C2=1 AND cell C3 does not equal 5. If I can get something like this to work then I can figure out the rest of the sheet. Thanks for any help you can offer!

-J
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
In Excel 2003, Select the Formula Is option
Code:
=and(C2=1,C3<>5)

You might need to add $ symbols for absolute references.
 
Upvote 0
Perfect, that works. Now part two that my boss just asked my about. I have it sorted by colors (yellow, orange, green, red), now can I sort that further by date? Column A has all dates, I tried custom sort by color, then date but it gets the colors out of order. Again I appreciate the help!

-J
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,233
Members
452,898
Latest member
Capolavoro009

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