=IF(AND(H14="USD",E14="USD"),"No FX Trade Needed",IF(H14=E14,"BUY", "SELL"))
How can I add a new agrument to this statement? If fields H and E are left blank I dont want the value to be returned as "BUY" I would like it to be blank. I tried added IF(H13="","") but I get error messages. There are a lot of currency related to the BUY and SELL options and I dont want to have to list them all out.
Any help would be greatly appreciated.
Thanks!
How can I add a new agrument to this statement? If fields H and E are left blank I dont want the value to be returned as "BUY" I would like it to be blank. I tried added IF(H13="","") but I get error messages. There are a lot of currency related to the BUY and SELL options and I dont want to have to list them all out.
Any help would be greatly appreciated.
Thanks!