successorsdata
New Member
- Joined
- Jul 9, 2021
- Messages
- 1
- Office Version
- 2019
- Platform
- Windows
Could you help me to write the formula for this problem
If A="Buy" & B>C then D="Sell Now"
If A="Buy" & B<C then D="Buy Now"
If A="Sell" & B<C then D="Buy Now"
If A="Sell" & B>C then D="Sell Now"
If know how to use this formula =D(if110>109,"Buy Now",Sell Now") but I can not add the condition for "A" to it in one formula.
Sincerely,
Morry
A | B | C | D |
Buy | 110 | 109 | Sell Now |
Sell | 109 | 110 | Buy Now |
If A="Buy" & B>C then D="Sell Now"
If A="Buy" & B<C then D="Buy Now"
If A="Sell" & B<C then D="Buy Now"
If A="Sell" & B>C then D="Sell Now"
If know how to use this formula =D(if110>109,"Buy Now",Sell Now") but I can not add the condition for "A" to it in one formula.
Sincerely,
Morry