View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dwayne Hoover Dwayne Hoover is offline
external usenet poster
 
Posts: 1
Default Using the "or" with "if"

Here is my command:

=IF(D16(D15*0.85),D16*0.01)

Now I also want to add and "or" type command he

=IF(D16(D15*0.85)or (E16E15),D16*0.01)

How would I write it out?