Thread: Or Function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
JimS JimS is offline
external usenet poster
 
Posts: 11
Default Or Function

I'm writing a long and complicated formula, so to shorter it up and
"OR" statement would probably help, but I get confused with the
syntax. So I'll start at the beginning; how would I combine this
formula using or...

If(c16="c",b16*d16,if(c16="d",b16*d16))

Thanks