![]() |
Find different values in columns (difficult)
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. |
Find different values in columns (difficult)
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 "Fan" wrote: 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. |
All times are GMT +1. The time now is 08:29 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com