Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to apply a conditional format to a range of cells containing a
version of this formula. =IF(H16=0,"N/A",(H16-J16)*100/J16) If the cell value is greater than 2, I need the format to change. However, if the cell value is "N/A" the conditional formatting as still applied. I have tried Formula Is =AND(O162,O16<"") |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this change to your CF formula:
=AND(O162,O16<"N/A") Hope this helps. Pete On Mar 31, 11:24*am, Code Numpty wrote: I am trying to apply a conditional format to a range of cells containing a version of this formula. =IF(H16=0,"N/A",(H16-J16)*100/J16) If the cell value is greater than 2, I need the format to change. However, if the cell value is "N/A" the conditional formatting as still applied. I have tried Formula Is *=AND(O162,O16<"") |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Spot on Pete, thanks!
|
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome.
Pete On Mar 31, 11:50*am, Code Numpty wrote: Spot on Pete, thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formatting problem | Excel Worksheet Functions | |||
Conditional Formatting problem | Excel Discussion (Misc queries) | |||
Conditional Formatting Problem | Excel Discussion (Misc queries) | |||
Conditional Formatting Problem | Excel Discussion (Misc queries) | |||
Conditional Formatting problem | Excel Discussion (Misc queries) |