Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Fan Fan is offline
external usenet poster
 
Posts: 1
Default 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.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default 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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find columns which contain less than x null values Geoff Excel Worksheet Functions 1 December 29th 08 10:51 AM
Find matching values in two different columns lmarstin Excel Worksheet Functions 5 July 14th 08 07:51 PM
comparing two columns of data to find common values patman Excel Discussion (Misc queries) 2 July 25th 06 03:05 PM
find averages not including 0's for values not in contiguous rows or columns jrozendaal Excel Worksheet Functions 1 December 15th 05 03:00 AM
How do you find duplicate values in excel- 2 columns of numbers rickmanz Excel Discussion (Misc queries) 1 December 15th 04 11:16 PM


All times are GMT +1. The time now is 12:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"