D
Dwayne Hoover
Here is my command:
=IF(D16>(D15*0.85),D16*0.01)
Now I also want to add and "or" type command here:
=IF(D16>(D15*0.85)or (E16>E15),D16*0.01)
How would I write it out?
=IF(D16>(D15*0.85),D16*0.01)
Now I also want to add and "or" type command here:
=IF(D16>(D15*0.85)or (E16>E15),D16*0.01)
How would I write it out?