T
THE BIG O
I have an existing function that works.
=IF(AND(AL18="Y",OR(AM18="Y",AM18=0),AN18="Y")=TRUE,"Standard Pricing",
$AJ$18).
I need to add to it that if AL18, AM18, and AM19 are N but if D5 is greater
than 10000 then "Call for Std Pricing Quote". I need to show "Standard
Pricing if AL18, AM18, AN19, and D5<10000. If any of the AL18, AM18, AN18
are yes then $aJ$18.
I tried to add another IF statement but got a Value error.
Help.
Thanks
Michael
=IF(AND(AL18="Y",OR(AM18="Y",AM18=0),AN18="Y")=TRUE,"Standard Pricing",
$AJ$18).
I need to add to it that if AL18, AM18, and AM19 are N but if D5 is greater
than 10000 then "Call for Std Pricing Quote". I need to show "Standard
Pricing if AL18, AM18, AN19, and D5<10000. If any of the AL18, AM18, AN18
are yes then $aJ$18.
I tried to add another IF statement but got a Value error.
Help.
Thanks
Michael