OZmium Sports Betting and Horse Racing Forums

OZmium Sports Betting and Horse Racing Forums (http://forums.ozmium.com.au/index.php)
-   General Topics (http://forums.ozmium.com.au/forumdisplay.php?f=59)
-   -   Help Buffs! (http://forums.ozmium.com.au/showthread.php?t=28049)

partypooper 9th March 2014 12:45 AM

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!

Surround 9th March 2014 07:16 AM

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,"")

Chrome Prince 9th March 2014 11:04 AM

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???

walkermac 9th March 2014 02:58 PM

> "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...)?

partypooper 9th March 2014 04:37 PM

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

Dennis G 9th March 2014 05:01 PM

Party,
another one to try...

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

Covers 1s, 0s and blank cells.





partypooper 9th March 2014 08:03 PM

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


All times are GMT +10. The time now is 01:00 PM.

Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.