trigger L9 query in excel
Just encountered a problem which I never saw before. A simple "if" statement in cell L9 creates an error message in the status cell yet there is no problem if I use the single command "back". The error occurs both Pre-off and In-Play on the horse racing market. The odds and stake cells present no problems using "if" statements. Any help would be much appreciated.
- MarketTrader
- Posts: 120
- Joined: Wed Mar 18, 2009 12:34 pm
Are you sure your commas are in the right place? The formula you posted definitely has an error in it.
Try this:
Try this:
Code: Select all
=IF( $G$1="In-Play","BACK","")