Filter for value 1 in two columns

L

Luvin lunch

Hi,

I have two columns: Tutor 1; Tutor 2. Both columns contain tutor
initials, e.g. AA, BB, CC. So the initials AA could appear in the
Tutor 1 or Tutor 2 columns. I need to know all of the work that AA
has done. How can I filter my excel 2003 to show me all rows
containing AA either in the Tutor 1 column or in the Tutor 2 column.

Will I have to do it in VBA? Am I missing something?

All help gratefully received.

LL
 
T

Teethless mama

Assume Tutor 1 in ColumnA and Tutor 2 in ColmumB. Create a helper column in
ColumnC

C2: =IF(OR(A2="AA",B2="AA"),"AA","")
copy down

AutoFilter all "AA" in the helper column
 

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

Top