Hello all...
I'm trying to write a nested IF(AND statement. Below is as far as I've gotten:
=IF(AND(Order_Qty>1,Order_Qty<1000),Fixed_Order_Cost_Less_Than_1k*Order_Qty,0)
When I try to add a second or third nest, I receive an error. Below is an example of a formula that fails...