I am looking to write a formula that doesn't require the use of pivot tables (not opposed to VBA) that can answer this question.
If all the same values "x" in column A equal the same respective value in column B, write "y" in column C, if not, write "z".
To illustrate, take this picture for example.
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD]Column A [/TD]
[TD]Column B [/TD]
[TD]Column C [/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD]Found[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]Cat[/TD]
[TD]Found[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Horse[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD]Found[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]Cat[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Horse[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Horse[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Cat[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
</tbody>[/TABLE]
I need excel to return to me that all the Dogs have been found, not all the Cats have been found, and not all the Horses have been found. This is despite the fact that some of the Cats have been found. I am working with big data so manually inputting this will not be helpful.
Any ideas? Any advice will help. Thanks!
If all the same values "x" in column A equal the same respective value in column B, write "y" in column C, if not, write "z".
To illustrate, take this picture for example.
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD]Column A [/TD]
[TD]Column B [/TD]
[TD]Column C [/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD]Found[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]Cat[/TD]
[TD]Found[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Horse[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD]Found[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]Cat[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Horse[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Horse[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
[TR]
[TD]Cat[/TD]
[TD]Lost[/TD]
[TD]Incomplete[/TD]
[/TR]
</tbody>[/TABLE]
I need excel to return to me that all the Dogs have been found, not all the Cats have been found, and not all the Horses have been found. This is despite the fact that some of the Cats have been found. I am working with big data so manually inputting this will not be helpful.
Any ideas? Any advice will help. Thanks!