H
Hillary: needing some help
=IF(G9>0,
AND(F9>=E9,"HOLD",
IF(F9<E9,
OR(F9<E9*1.035,"SELL"))))
not sure how to make this work
=IF(G9>0,AND(F9>=E9,"HOLD",IF(F9<E9,OR(F9<E9*1.035,"SELL"))))
as one line it doesn't work how can I order it to where it will work
thanks
AND(F9>=E9,"HOLD",
IF(F9<E9,
OR(F9<E9*1.035,"SELL"))))
not sure how to make this work
=IF(G9>0,AND(F9>=E9,"HOLD",IF(F9<E9,OR(F9<E9*1.035,"SELL"))))
as one line it doesn't work how can I order it to where it will work
thanks