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! |
Quote:
column B =if(b2=1,0,"") |
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??? |
> "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...)? |
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
|
Party,
another one to try... In B2 =IF(A2<>"",IF(A2=1,0,IF(A2=0,1,"")),"") Covers 1s, 0s and blank cells. |
DennisG, BINGO! spot on, thanks to all, greatly appreciated.
|
All times are GMT +10. The time now is 10:07 AM. |
Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.