View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Peter atherton Peter atherton is offline
external usenet poster
 
Posts: 9
Default Using the "or" with "if"

Dwayne

=IF(OR(D16D15*0.85,E16E15),D16*0.01)

Regards
Peter
-----Original Message-----
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?
.