#1   Report Post  
AWS
 
Posts: n/a
Default Conditional Format

I have cells with info like 1/6 and 2/2 etc

Is it possible to have a Conditional Format Formula that will color
cells with un-equal numbers (1/6, 3/4 etc) Red and
cells with equal numbers (3/3, 1/1 etc) Light Green

_______________________________
AWS
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Do you mean integers and non-integers?

if so you can use conditional formatting with formulae of

=A2=INT(A2)

and

=A2<INT(A2)

--
HTH

Bob Phillips

"AWS" wrote in message
...
I have cells with info like 1/6 and 2/2 etc

Is it possible to have a Conditional Format Formula that will color
cells with un-equal numbers (1/6, 3/4 etc) Red and
cells with equal numbers (3/3, 1/1 etc) Light Green

_______________________________
AWS



  #3   Report Post  
AWS
 
Posts: n/a
Default

"1/3" represents "One of Three"
"2/2" represents "two of two" etc

I want the cells with the left hand number smaller than the right
to be shown in red, and if they match shown in green

_______________________________
AWS


"Bob Phillips" wrote:

Do you mean integers and non-integers?

if so you can use conditional formatting with formulae of

=A2=INT(A2)

and

=A2<INT(A2)

--
HTH

Bob Phillips

"AWS" wrote in message
...
I have cells with info like 1/6 and 2/2 etc

Is it possible to have a Conditional Format Formula that will color
cells with un-equal numbers (1/6, 3/4 etc) Red and
cells with equal numbers (3/3, 1/1 etc) Light Green

_______________________________
AWS




  #4   Report Post  
tkaplan
 
Posts: n/a
Default


in conditional formatting, put condition 1 formula is:
=RIGHT(A1,1)=LEFT(A1,1)
and format to green

condition 2 formula is:
=left(a1,1)right(a1,1)
and format to red.

this assumes the data is in A1


--
tkaplan
------------------------------------------------------------------------
tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987
View this thread: http://www.excelforum.com/showthread...hreadid=470361

  #5   Report Post  
AWS
 
Posts: n/a
Default

That did the trick

Thanks
_______________________________
AWS


"tkaplan" wrote:


in conditional formatting, put condition 1 formula is:
=RIGHT(A1,1)=LEFT(A1,1)
and format to green

condition 2 formula is:
=left(a1,1)right(a1,1)
and format to red.

this assumes the data is in A1


--
tkaplan
------------------------------------------------------------------------
tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987
View this thread: http://www.excelforum.com/showthread...hreadid=470361




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keep conditional format when "show pages" from Pivot table Angus Excel Discussion (Misc queries) 7 June 30th 05 01:33 PM
How do I do a conditional format for numbers bowada Excel Worksheet Functions 2 June 6th 05 05:10 PM
Office2000: Conditional format behaves strangely Arvi Laanemets Excel Discussion (Misc queries) 1 April 7th 05 08:47 AM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM
Copying a conditional format Meaux Excel Worksheet Functions 2 November 29th 04 10:19 AM


All times are GMT +1. The time now is 11:40 PM.

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

About Us

"It's about Microsoft Excel"