Thread: Iserror help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
FinRazel FinRazel is offline
external usenet poster
 
Posts: 24
Default Iserror help

IF(ISERROR(AC21),"",IF(OR(ISBLANK(AC21),A1=0),"",A C21))

--
Anne Murray


"Jim" wrote:

Hello,

I have the basic is error formula (=IF(ISERROR(AC21),"",AC21))
What I need help with is in cases where the formula is referencing a cell
that has 0 or blank; how do I write the formula where it will return nothing
if these two items appear?

Thank you