Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if cell is A1=100
how do i set a conditional formating for the following 1) if cell B1 value is greater than A1 by 20% fill blue 2) if cell B1 value is lower than A1 by 10% fill red 3) if cell B1 value is between condition (1) & (2) fill yellow |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Go to
Format--- Conditional Formatting Then you have 3 criterias you can make... just play around with that. Like you can put greater then A1*.2 " wrote: if cell is A1=100 how do i set a conditional formating for the following 1) if cell B1 value is greater than A1 by 20% fill blue 2) if cell B1 value is lower than A1 by 10% fill red 3) if cell B1 value is between condition (1) & (2) fill yellow |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THe conditional format on b1 would be
=B1A1*1.2 =B1<A1*0.9 Set the default color to YELLOW "AKphidelt" wrote: Go to Format--- Conditional Formatting Then you have 3 criterias you can make... just play around with that. Like you can put greater then A1*.2 " wrote: if cell is A1=100 how do i set a conditional formating for the following 1) if cell B1 value is greater than A1 by 20% fill blue 2) if cell B1 value is lower than A1 by 10% fill red 3) if cell B1 value is between condition (1) & (2) fill yellow |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula in pivot tables involving counting text cells | Excel Worksheet Functions | |||
condition formatting with formula | Excel Worksheet Functions | |||
Formula involving a letter that has to have a numeric value | Excel Worksheet Functions | |||
4 condition conditional formatting | Excel Worksheet Functions | |||
Help with a formula involving 3 columns | Excel Worksheet Functions |