Good afternoon,
I am trying to figure out a formula that returns true/false on two array saying if they match. A simple example of what I want is as follows:
Array1: {"A", "C", "D"}
Array2: {"A", "B", "C", "D", "E"}
Desired result: {True, False, True, True, False}
Using ={"A", "C", "D"}={"A", "B", "C", "D", "E"} will result in {TRUE,FALSE,FALSE,#N/A,#N/A}
How do I get an unknown set of strings to line up properly.... Obviously my arrays are more complicated than A, B, C...
Thanks,
CodeNinja
I am trying to figure out a formula that returns true/false on two array saying if they match. A simple example of what I want is as follows:
Array1: {"A", "C", "D"}
Array2: {"A", "B", "C", "D", "E"}
Desired result: {True, False, True, True, False}
Using ={"A", "C", "D"}={"A", "B", "C", "D", "E"} will result in {TRUE,FALSE,FALSE,#N/A,#N/A}
How do I get an unknown set of strings to line up properly.... Obviously my arrays are more complicated than A, B, C...
Thanks,
CodeNinja