I have a lengthy list of rows here and I am looking for a way to manage it better.

Basically, I entered a function in Column C to compare the contents of Column B to that of Column A, for every data item that was in both A/B, a boolean value of "True" was returned in Column C.

Now, is there an easy way in which I can separate the rows into two different list. One list consisting of only rows which have a "true" value in Column C and the list consisting of the rows with the "false" value?

Thanks.