9th March 2014, 06:16 AM
|
Member
|
|
Join Date: Sep 2005
Posts: 66
|
|
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,"")
|