A user wants to create a formula that first calculates the total sales (Price * Quantity) and then applies a discount if the total is over $1,000. To avoid calculating the total sales twice within an IF statement, which function is most efficient for defining the total sales as a named variable within the formula?
-
A
IFS
-
B
LET
-
C
VAR
-
D
DEFINE