Let me see if I can explain this. I need my cell(B6) to do different things depending on a series of questions. If B5 contains "double roll" AND B6 is less than 12 then it needs to turn red, but if B5 contains "double roll" and B6 is 12 or more than it needs to turn green. I don't know how to do this with the =IF(AND) function AND conditional formatting. Please help!!!
Select the cell(s) to format and go to Home|Conditional Formatting| New Rule
select "use a formula to determine which cells to format" and enter formula:
=AND($B5="double roll",$B6<12)
click Format and choose from Fill tab.
Click Ok.
Click New Rule and repeat above with formula:
=AND($B5="double roll",$B6>=12) and choose from Fill tab.
c
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks