View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NewUser22 NewUser22 is offline
external usenet poster
 
Posts: 7
Default Simple If Function Question

I have a working If function that says, IF(AB, A-C+D, E), and I want
to add an additional intruction to this that states that IF(B=0, E, 0)
as opposed to it defaulting to the "A-C+D" calculation. How can I add
this additional funtion to the current function. I think it has
something to do with an "AND" or an "OR". Any help will be appreciated.