trigger L9 query in excel

A place to discuss anything.
Post Reply
sandycove
Posts: 14
Joined: Thu May 20, 2010 8:10 pm

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.
User avatar
ODPaul82
Posts: 819
Joined: Sun May 08, 2011 6:32 am

If you put the formula that you've got in L9 with the IF statement would be a hell of a lot easier to diagnose
It may well be one part of your statement triggers fine but it encounters the error in the other side of the operand.
sandycove
Posts: 14
Joined: Thu May 20, 2010 8:10 pm

Thank you, The command in cell L9 is simple :
If( $G$1="In-Play,","back,"""). However, as stated earlier, the command "back" on it's own presents no problem.
The other formulae work fine without error messages when using the "back" command.
User avatar
Trader724
Posts: 578
Joined: Fri Dec 27, 2019 11:22 pm

=IF($G$1="In-Play"; "BACK"; "") Does this work?
User avatar
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:

Code: Select all

=IF( $G$1="In-Play","BACK","")
sandycove
Posts: 14
Joined: Thu May 20, 2010 8:10 pm

Thank you all for your replies. Sorry about typing mistake in my last post re the misplaced comma !
I will try your suggested code later tonight.
sandycove
Posts: 14
Joined: Thu May 20, 2010 8:10 pm

Got it working again so thanks to all who responded.
Post Reply

Return to “General discussion”