In D6, the formula is:
This is an example ofnesting the OR function isnestedinside the IF function.
This result is returned directly to the IF function as thelogical_testargument.
If the result of the test is FALSE, we simply return the original price.
More than one condition can be tested by nesting IF functions.
OR returns TRUEif any condition is TRUE.
If all conditions are FALSE, the OR function returns FALSE.