Find different values in columns (difficult)

F

Fan

I have hundreds of "yes" or "no" on column C, and hundreds of "yes" or "no"
on column D, and corresponding student number in each row related to "yes" or
"no".

I want a cell can summary: if in a row, C value is not equal to D value,
student number should listed in this cell. The fact is not too many
difference between column C and column D, so a cell could fit. But I want it
display student number. so, a list of student number.

Is that possible.

Thanks in advance.
 
S

Sheeloo

Assuming you have student numbers in Col A and headings in row 1 then enter
this in E2 and copy down
=IF(D2<>E2,A2,"")

You can then filter column E on non-blanks to get a list of studend ids
 

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