Help with filtering...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two columns of similar data - how do I set up a filter to return (or
enter into another column) the data that is only in one column? Ex, column
"ALL" has the letters A-Z in it, while column "some" has just consonants. How
can I set up a filter to return just the vowels that are missing from the
"some" column? Thanks in advance -
 
One way:

Add a column to your table:

A2:A27 = ALL
B2:B22 = SOME
C2:C27 = this formula entered in C2 and copied down:

=COUNTIF(B$2:B$22,A2)

Filter on column C = 0

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top