Smartgambler
Pro-Punter

Go Back   OZmium Sports Betting and Horse Racing Forums > Public Forums > General Topics
User Name
Password
Register FAQ Search Today's Posts Mark all topics as read

To advertise on these
forums, e-mail us.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th March 2014, 12:45 AM
partypooper partypooper is offline
Member
 
Join Date: Nov 1999
Location: Western Australia
Posts: 2,389
Default Help Buffs!

More work for the buffs, what is the formula to convert a 1 in column A to a 0 in column B and visa versa?

just working on an automated staking plan and need this one!
Reply With Quote
  #2  
Old 9th March 2014, 07:16 AM
Surround Surround is offline
Member
 
Join Date: Sep 2005
Posts: 66
Default

Quote:
Originally Posted by partypooper
More work for the buffs, what is the formula to convert a 1 in column A to a 0 in column B and visa versa?

just working on an automated staking plan and need this one!
column A =if(a2=1,0,"")
column B =if(b2=1,0,"")
Reply With Quote
  #3  
Old 9th March 2014, 11:04 AM
Chrome Prince Chrome Prince is offline
Member
 
Join Date: Jan 1970
Posts: 4,365
Default

Quote:
Originally Posted by Surround
column A =if(a2=1,0,"")
column B =if(b2=1,0,"")


I think he wants vice versa, so it could be:
column A =if(B2=1,0,"")
column B =if(A2=1,0,"")

or

column A =if(B2=0,1,"")
column B =if(A2=0,1,"")

Depends on the interpretation.
Vice versa column values or vice versa conversion???
__________________
RaceCensus - powerful system testing software.
Now with over 399,000 Metropolitan, Provincial and Country races!
http://www.propun.com.au/horse_raci...ng_systems.html
*RaceCensus now updated to 31/03/2024
Video overview of RaceCensus here:
http://www.youtube.com/watch?v=W821YP_b0Pg
Reply With Quote
  #4  
Old 9th March 2014, 02:58 PM
walkermac walkermac is offline
Member
 
Join Date: Nov 2013
Posts: 603
Default

> "More work for the buffs, what is the formula to convert a 1 in column A to a 0 in column B and visa versa?"

Have either of the preceding replies suited, PP? Just in case they haven't, perhaps post some pretend data and what you hope the end result to be. I'm reasonably cluey but the use of "vice versa" is confusing me. Are you attempting to convert both things at once and are getting a circular reference warning (as column A depends on column B which might depend on column A which depends on...)?
Reply With Quote
  #5  
Old 9th March 2014, 04:37 PM
partypooper partypooper is offline
Member
 
Join Date: Nov 1999
Location: Western Australia
Posts: 2,389
Default

walkermac, I think that's covered it, what I mean is IF there's a 1 in column A, then that should read 0 in column B, IF there's a 0 in column A then that should read 1 in column B
Reply With Quote
  #6  
Old 9th March 2014, 05:01 PM
Dennis G Dennis G is offline
Member
 
Join Date: Mar 2006
Posts: 112
Default

Party,
another one to try...

In B2 =IF(A2<>"",IF(A2=1,0,IF(A2=0,1,"")),"")

Covers 1s, 0s and blank cells.




Reply With Quote
  #7  
Old 9th March 2014, 08:03 PM
partypooper partypooper is offline
Member
 
Join Date: Nov 1999
Location: Western Australia
Posts: 2,389
Default

DennisG, BINGO! spot on, thanks to all, greatly appreciated.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump



All times are GMT +10. The time now is 09:30 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
©2008 OZmium Pty. Ltd. All rights reserved . ACN 091184655