Hi,
Was hoping some legend from the forum could help me with this. I have a trigger which will (hopefully) make bets based on the name and a corresponding value. Both the name and the value are derived in the same Row on the excel sheet. Lets say Column A & B.
I need a user variable to establish that the name of the market is on the excel list. And once that is confirmed, then to check if the value in Column B is appropriate.
However I have about 20 selections on the sheet, so I set up the variable to check if the market name corresponds to the excel sheet and if it does it returns a value of 1. The only way I can think of to add the other 20 Markets is by using the OR function, so for example the first 3 conditions of the user variable would be:
1. Market name contains cell_help_A1
OR
2. Market name contains cell_help_A2;
OR
3. Market name contains cell_help_A3.
OR
So on and so fourth.
The second condition is a figure derived from Column B. The problem I am facing is that I can't add the following line to the above condition:
Trigger expression cell_help_B1 is equal or greater than X.
If this condition is added then I cannot use the OR function for the rest of the list on the Excel sheet.
I know that I can do an individual trigger for each line, but guess I am looking for some advice on keeping it to one trigger, or even if there was a way of expressing the excel formula differently.
Any advice, observations would be appreciated.
Regards,
O In