Mike Slattery
Board Regular
- Joined
- Dec 11, 2004
- Messages
- 101
I would like to produce an IF(AND formula that outputs three results? The three results would be "BUY", "HOLD", and "SELL".
The obvious restraint if an IF(and statement only allows for a "TRUE" and / default "FALSE" result.
Has anyone developed a work around for this situation?
Thanks Michael
Here is the current formula
=IF(AND(GT3=GT4,GD3>GD4,GB3>55),"BUY","SELL")
The obvious restraint if an IF(and statement only allows for a "TRUE" and / default "FALSE" result.
Has anyone developed a work around for this situation?
Thanks Michael
Here is the current formula
=IF(AND(GT3=GT4,GD3>GD4,GB3>55),"BUY","SELL")