Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel conditional formating decimal fractions | Excel Worksheet Functions | |||
can i freeze conditional formating to copy to another worksheet | Excel Discussion (Misc queries) | |||
IF Command conditional formating | Excel Worksheet Functions | |||
VLOOKUP & Conditional Formating Help. | Excel Discussion (Misc queries) | |||
30 Day Aging Report Using Conditional Formating | Excel Worksheet Functions |