I need to create a nested IF(AND statement for my commission sheets.
Logical Argument 1: If the Set By field has a value in it AND
Logical Argument 2: If the Month field is January, February, March or April
The result would be:
- Calculate the formula Profit/2 multiplied by .125, otherwise blank.
I also need in the same column:
Logical Argument 1: If the Set By field has a value in it AND
Logical Argument 2: If the Month field is May, June, July, August, September, October, November, December
The result would be:
- Calculate the formula Profit multiplied by .0625 ., otherwise blank.