9th March 2014, 10:04 AM
|
Member
|
|
Join Date: Jan 1970
Posts: 4,426
|
|
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???
|