Ok, so here goes. There are 4 cells to this. B,H,I,M
B has two variables. Buy or Sell
H will be a number
I will be a number
M will say yes or no
Here are the stipulations:
If B="BUY", and I>=H, then "YES" should display in M.
If B="SELL", and I<=H, then "YES" should display in M.
If neither statement results in a yes, "NO" should be displayed.
I have been racking my brain, and have already had help with one column. I finished 90% of the sheet, just having a hard time with the last few pieces.
Bookmarks