R
rpastor
Michael,
That worked. Now can you help me convert this set to the same forma
based on what you showed me?
This needs to be converted:
=IF(F10="SELL","OUT",IF(F10="BUY","IN"))
based on this:
=IF(AND(I12>I11,I12>I13),"SELL",IF(I12<I11,"BUY","HOLD")
That worked. Now can you help me convert this set to the same forma
based on what you showed me?
This needs to be converted:
=IF(F10="SELL","OUT",IF(F10="BUY","IN"))
based on this:
=IF(AND(I12>I11,I12>I13),"SELL",IF(I12<I11,"BUY","HOLD")