View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
simsjr simsjr is offline
external usenet poster
 
Posts: 19
Default IF/OR Functions Together?

Hello,

I need to build a formula that basically says, "If condition 1 is true, then
perform x calculation. If condition 2 is true, then perform y calculation. If
neither condition is present, perform calculation z."

Anyone know how to do this? I thought maybe using IF/OR together would help,
but I'm a little stumped.