A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

conditional formatting 2 criteria in one row



 
 
Thread Tools Display Modes
  #1  
Old May 18th, 2009, 05:42 PM posted to microsoft.public.excel.misc
gimpy
external usenet poster
 
Posts: 1
Default conditional formatting 2 criteria in one row

I would like to apply a conditional format in a row, where the first
condition is that the value be greater than the cell on the left AND equal to
the one on the right.

How do I get both conditions met using conditional formatting?
  #2  
Old May 18th, 2009, 05:52 PM posted to microsoft.public.excel.misc
Luke M
external usenet poster
 
Posts: 2,672
Default conditional formatting 2 criteria in one row

Select cell (let's say B2)
Format- Conditional Format
Choose "Formula is"
Input the following:
=AND(B2A2,B2=C2)
Select format, click 'ok'.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"gimpy" wrote:

I would like to apply a conditional format in a row, where the first
condition is that the value be greater than the cell on the left AND equal to
the one on the right.

How do I get both conditions met using conditional formatting?

  #3  
Old May 18th, 2009, 05:53 PM posted to microsoft.public.excel.misc
Sheeloo
external usenet poster
 
Posts: 797
Default conditional formatting 2 criteria in one row

Assuming you are trying to format B1
then use the option FORMULA IS and the formula as
=AND(B1A1, B1=C1)
and choose the format you want

You can paint it over other cells in the row, except Col A.

"gimpy" wrote:

I would like to apply a conditional format in a row, where the first
condition is that the value be greater than the cell on the left AND equal to
the one on the right.

How do I get both conditions met using conditional formatting?

  #4  
Old May 18th, 2009, 06:00 PM posted to microsoft.public.excel.misc
FSt1
external usenet poster
 
Posts: 2,788
Default conditional formatting 2 criteria in one row

hi
formula is.....=and(b2A2,b2=c2).........pick your format.

regards
FSt1

"gimpy" wrote:

I would like to apply a conditional format in a row, where the first
condition is that the value be greater than the cell on the left AND equal to
the one on the right.

How do I get both conditions met using conditional formatting?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:41 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.