Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Conditional Formating Problem

I have the folowing condition formating
condition 1 =$N$5/$D$5=100% Aply green pattern
condition 2 =$N$5/$D$5<1%100% Aply yellowpattern
condition 3 =$N$5/$D$5=0% Aply whitepattern

The first 2 conditions work well, wen the formula results in 0 the patterns
that is return is yellow, what am i doing wrong.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Formating Problem


Reverse the order, condition 3 to 2 and 2 to 3


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=559044

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Conditional Formating Problem

EXCELENTE IT WORKS...

GRACIAS

"Bearacade" wrote:


Reverse the order, condition 3 to 2 and 2 to 3


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=559044


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Conditional Formating Problem

Condition 2

=AND($N$5/$D$50%,$N$5/$D$5<100%)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"MESTRELLA29" wrote in message
...
I have the folowing condition formating
condition 1 =$N$5/$D$5=100% Aply green pattern
condition 2 =$N$5/$D$5<1%100% Aply yellowpattern
condition 3 =$N$5/$D$5=0% Aply whitepattern

The first 2 conditions work well, wen the formula results in 0 the

patterns
that is return is yellow, what am i doing wrong.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Formating Problem

Can you help me with an issue I'm having?

I've a need to convert some numeric data into alpha such that: if cell
contains 1 then replace with "Yes". I'm not making headway with the
conditional formating. Can you help me?

Heather

"Bob Phillips" wrote:

Condition 2

=AND($N$5/$D$50%,$N$5/$D$5<100%)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"MESTRELLA29" wrote in message
...
I have the folowing condition formating
condition 1 =$N$5/$D$5=100% Aply green pattern
condition 2 =$N$5/$D$5<1%100% Aply yellowpattern
condition 3 =$N$5/$D$5=0% Aply whitepattern

The first 2 conditions work well, wen the formula results in 0 the

patterns
that is return is yellow, what am i doing wrong.






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Conditional Formating Problem

Conditional formatting won't help here.

Maybe you could just select the column and do:
edit|replace
what: 1
with: Yes
replace all

Make sure that "Match entire cell contents" is checked (under the Options button
on the edit|Find dialog)



Heather Baseler wrote:

Can you help me with an issue I'm having?

I've a need to convert some numeric data into alpha such that: if cell
contains 1 then replace with "Yes". I'm not making headway with the
conditional formating. Can you help me?

Heather

"Bob Phillips" wrote:

Condition 2

=AND($N$5/$D$50%,$N$5/$D$5<100%)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"MESTRELLA29" wrote in message
...
I have the folowing condition formating
condition 1 =$N$5/$D$5=100% Aply green pattern
condition 2 =$N$5/$D$5<1%100% Aply yellowpattern
condition 3 =$N$5/$D$5=0% Aply whitepattern

The first 2 conditions work well, wen the formula results in 0 the

patterns
that is return is yellow, what am i doing wrong.





--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Conditional Formating Problem

Heather

CF will not change data from one form to another. It is for formatting only.

There are formulas that will do what you want, but a larger sample of your needs
would help.

For your example.............A1 contains the value 1

In B1 enter =IF(A1=1,"Yes","Not Yes")

But, I assume there is more to it than that.


Gord Dibben MS Excel MVP

On Fri, 13 Oct 2006 12:56:02 -0700, Heather Baseler <Heather
wrote:

Can you help me with an issue I'm having?

I've a need to convert some numeric data into alpha such that: if cell
contains 1 then replace with "Yes". I'm not making headway with the
conditional formating. Can you help me?

Heather

"Bob Phillips" wrote:

Condition 2

=AND($N$5/$D$50%,$N$5/$D$5<100%)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"MESTRELLA29" wrote in message
...
I have the folowing condition formating
condition 1 =$N$5/$D$5=100% Aply green pattern
condition 2 =$N$5/$D$5<1%100% Aply yellowpattern
condition 3 =$N$5/$D$5=0% Aply whitepattern

The first 2 conditions work well, wen the formula results in 0 the

patterns
that is return is yellow, what am i doing wrong.





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
excel conditional formating decimal fractions Andy Dixon Excel Worksheet Functions 6 April 17th 06 10:25 PM
can i freeze conditional formating to copy to another worksheet Chris Lane Excel Discussion (Misc queries) 1 October 12th 05 06:53 PM
IF Command conditional formating IDCrewDawg Excel Worksheet Functions 7 September 8th 05 04:19 PM
VLOOKUP & Conditional Formating Help. Excel'ed Failures Excel Discussion (Misc queries) 6 August 16th 05 04:46 PM
30 Day Aging Report Using Conditional Formating Tiegris Excel Worksheet Functions 0 November 4th 04 10:07 PM


All times are GMT +1. The time now is 02:13 AM.

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

About Us

"It's about Microsoft Excel"