Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have three conditional formats on a cell:
1. Cell value is less than 0 (it works) 2. Formula is =(B10="") (it works) 3. Formula is =IF(ISERROR) (doesn't work) I've tried various combinations to get number 3 to work - can someone suggest a fix? Thanks, Phil |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Phil,
Try =ISERROR(B10) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Phil Hageman" wrote in message ... I have three conditional formats on a cell: 1. Cell value is less than 0 (it works) 2. Formula is =(B10="") (it works) 3. Formula is =IF(ISERROR) (doesn't work) I've tried various combinations to get number 3 to work - can someone suggest a fix? Thanks, Phil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF iserror does not work | Excel Discussion (Misc queries) | |||
Iserror does not work for missing sheets in linked file | Links and Linking in Excel | |||
Iserror & VBA | Excel Discussion (Misc queries) | |||
ISERROR - #NAME? | Excel Worksheet Functions | |||
ISERROR Functin to Much Work! | Excel Worksheet Functions |