weegieavlover
Board Regular
- Joined
- Aug 13, 2010
- Messages
- 64
I need a formula that is in a cell to be able to insert a 1 or 0 in another cell - is that possible:
What I need is a formula that does this:
if column a1:a10 = x
AND
if column b1:b10 = y
THEN
insert "0" in column c1:c10 (where the match is)
IF NOT
insert "1" in column c1:c10 (where there is no match)
Hopefully that makes sense.
Regards
Colin
What I need is a formula that does this:
if column a1:a10 = x
AND
if column b1:b10 = y
THEN
insert "0" in column c1:c10 (where the match is)
IF NOT
insert "1" in column c1:c10 (where there is no match)
Hopefully that makes sense.
Regards
Colin