Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi I have put 2 conditional formats in a range of cells (A1:C5), i.e: Condition 1: Cell Value Is greater than 10, blue pattern. Condition 2: Cell Value Is less than 50, red font colour. When i put number 5, it changed to red; 30 blue pattern. But why if I put a text (e.g : N), it'll change to blue pattern also? Kindly help me to solve this confussion ![]() Thanks -- nayinky ------------------------------------------------------------------------ nayinky's Profile: http://www.excelforum.com/member.php...o&userid=37215 View this thread: http://www.excelforum.com/showthread...hreadid=569307 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When i put number 5, it changed to red; 30 blue pattern. But why if I
put a text (e.g : N), it'll change to blue pattern also? Because TEXT evaluates to be greater than ANY numeric value. Why is it like that? I don't know, ask the programmers why they did that! What you can do is use the Formula Is option and use something like this: =AND(ISNUMBER(A1),A110) Biff "nayinky" wrote in message ... Hi I have put 2 conditional formats in a range of cells (A1:C5), i.e: Condition 1: Cell Value Is greater than 10, blue pattern. Condition 2: Cell Value Is less than 50, red font colour. When i put number 5, it changed to red; 30 blue pattern. But why if I put a text (e.g : N), it'll change to blue pattern also? Kindly help me to solve this confussion ![]() Thanks -- nayinky ------------------------------------------------------------------------ nayinky's Profile: http://www.excelforum.com/member.php...o&userid=37215 View this thread: http://www.excelforum.com/showthread...hreadid=569307 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks for your help. Done for now ;) -- nayinky ------------------------------------------------------------------------ nayinky's Profile: http://www.excelforum.com/member.php...o&userid=37215 View this thread: http://www.excelforum.com/showthread...hreadid=569307 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome!
Biff "nayinky" wrote in message ... Thanks for your help. Done for now ;) -- nayinky ------------------------------------------------------------------------ nayinky's Profile: http://www.excelforum.com/member.php...o&userid=37215 View this thread: http://www.excelforum.com/showthread...hreadid=569307 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting using lookup | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Worksheet Functions | |||
Formula Conditional formatting on numbers | Excel Discussion (Misc queries) | |||
Conditional Formatting | Excel Discussion (Misc queries) | |||
Conditional formatting...cont. from 9/25 | Excel Discussion (Misc queries) |