conditional formatting with two conditions

RachelW78

New Member
Joined
Sep 28, 2016
Messages
6
Good Day,

I am trying to apply conditional formatting to cell K. IF cell C is greater than or equal to cell N and cell K equals ENTERED I need the cell in column K to be highlighted. I have made many attempts and read just about everything I could find on-line and in the Excel Bible. Originally I was thinking the IF(AND) nested statement however that only caused error codes and through reading went to the AND statement. I tried just using an AND statement (as both conditions are TRUE), no errors but no results either. Any advise on how to get this accomplished?
 
here is the link, please help why this is not working. I deleted out any critical data. <a href=http://www.filedropper.com/postedmrexcel><img src=http://www.filedropper.com/download_button.png width=127 height=145 border=0/></a><br /><div style=font-size:9px;font-family:Arial, Helvetica, sans-serif;width:127px;font-color:#44a854;> <a href=http://www.filedropper.com >file upload storage</a></div>
 
Upvote 0

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
RaquelW78, Good afternoon.

I don't know why at you computer the formula is not working.

Using your file I did:

Select K2:K2759

Conditional Format Menu --> Using Formula -->

=AND(C2>=N2, L2="ENTERED")

Chose Format Fill color as GREEN
OK
---> 103 cells become GREEN

Please, do the same thing and tell us if it's working for you now.
I hope it helps.
 
Upvote 0
i tried it the way you suggested above and no results. I then did the same thing in just cell K2 and they copy/pasted formatting only and that worked. I really, really appreciate your assistance!!
 
Upvote 0
=AND(C1>=N1;L1="Entered") tried that too it does not seem to take

Where are you from?
In some countries, conditions in formulas are separated with a comma ",".
In other countries, with semicolon ";"
Have you taken this into account?
Code:
=AND(C1>=N1[COLOR="#FF0000"][B];[/B][/COLOR]L1="Entered")
Code:
=AND(C1>=N1[COLOR="#FF0000"][B],[/B][/COLOR]L1="Entered")
Just a thought. Please disregard if you are aware of this issue...
 
Upvote 0
I am also having a similar issue, I have tried the things above and many other things to no avail.

I want to Highlight a whole row if the text value in column D is yes AND the text value in Column E is Yes

Most things that I've tried said something like
=AND($D1="Yes",$E1="Yes"

That does not work.

What am I doing wrong?

Thanks in Advance!
 
Upvote 0
dancingducks29, Good evening.

It's not a good idea to use a very old post to post a new question.
Remember this next time!

Your issue:

Your formula is Correct.

Select rows you want: ROW 2 thru ROW 10

Conditional Format Menu --> Using formulas -->

Type: =AND($D1="Yes",$E1="Yes")

Choose FILL color as desired --> OK

Each time on a row from 2 to 10 both cells Column D and Column E are YES, entire row will be colored.

Is that what you want?

I hope it helps.
 
Upvote 0

Forum statistics

Threads
1,216,040
Messages
6,128,454
Members
449,455
Latest member
jesski

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