#1
|
|||
|
|||
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! |
#2
|
|||
|
|||
Quote:
column B =if(b2=1,0,"") |
#3
|
|||
|
|||
Quote:
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 412,000 Metropolitan, Provincial and Country races! http://www.propun.com.au/horse_raci...ng_systems.html *RaceCensus now updated to 31/12/2024 Video overview of RaceCensus here: http://www.youtube.com/watch?v=W821YP_b0Pg |
#4
|
|||
|
|||
> "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...)? |
#5
|
|||
|
|||
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
|
#6
|
|||
|
|||
Party,
another one to try... In B2 =IF(A2<>"",IF(A2=1,0,IF(A2=0,1,"")),"") Covers 1s, 0s and blank cells. |
#7
|
|||
|
|||
DennisG, BINGO! spot on, thanks to all, greatly appreciated.
|
Thread Tools | Search this Thread |
Display Modes | |
|
|