Computer Talk Discussions here pertain to mods, troubleshooting, and PC/console gaming

need help with simple excel workings.

Thread Tools
 
Search this Thread
 
Old 11-14-2005, 04:08 PM
  #1  
Registered User
Thread Starter
 
bflooks's Avatar
 
Join Date: Feb 2005
Location: boston, ma
Posts: 607
Likes: 0
Received 0 Likes on 0 Posts
need help with simple excel workings.

hey guys. just started a new job today on the other side of production. rather than building unix servers, i am not on the sales support side. i was given a task to compare 2 excel spreadsheets, both having a column with serial numbers, among other columns with misc. info. i need to compare the 2 lists of serial numbers and come up with a list of serial numbers that are NOT on both.

how do i go about doing this? i know it can be done, but i am not that good with excel...yet. thanks.
Old 11-14-2005, 04:43 PM
  #2  
Contributing Member
 
tulsa_97SR5's Avatar
 
Join Date: Feb 2004
Location: tulsa, OK
Posts: 1,318
Likes: 0
Received 0 Likes on 0 Posts
the vlookup function will work really well, let me dig up a quick explanation from an old post.

edit: here it is
highlight the second set of data & name that range something, like 'data'.
in the first empty column on the first sheet use vlookup, formula should be something like
=vlookup(a2, data, 2, false)
where a2 is the cell with the ssn you want to find a match for, data is the name of the second block of data, 2 is the column in data that has email addresses, and false tells it to only return exact matches.
The named range needs to have the ssn in the leftmost column of the named range.

let me know if this doesn't make sense, i know the feild names probably don't apply for your scenario.

Last edited by tulsa_97SR5; 11-14-2005 at 04:45 PM.
Old 11-15-2005, 02:57 AM
  #3  
Registered User
Thread Starter
 
bflooks's Avatar
 
Join Date: Feb 2005
Location: boston, ma
Posts: 607
Likes: 0
Received 0 Likes on 0 Posts
blocks mean seperate files, correct?

should i just make a new sheet, using column a and b with just the serial numbers, and try to run this? and if i want just the ones that don't match...instead of using false, should i use true?
Old 11-15-2005, 03:15 AM
  #4  
Contributing Member
 
tulsa_97SR5's Avatar
 
Join Date: Feb 2004
Location: tulsa, OK
Posts: 1,318
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by bflooks
blocks mean seperate files, correct?

should i just make a new sheet, using column a and b with just the serial numbers, and try to run this? and if i want just the ones that don't match...instead of using false, should i use true?
Get one set of data on sheet 1 and the other on sheet 2 in the same workbook. highlight all of the first set of data and name it data1, name the second set data2. Using false tells it find an exact match, true would try to find a partial match. The serial numbers should be the first column in each data set. If you get it set up exactly like that the formula for sheet1 would be =vlookup(a2,data2,1,false) <- put that in the first empty column on sheet 1. It will either populate the serial number or N/A if no match is found. On sheet 2 it would be =vlookup(a2,data1,1,false)

It's like a SELECT statement if you've worked with SQL much, with the named ranges acting like tables.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
kawazx636
The Classifieds GraveYard
34
10-06-2021 03:03 PM
live4soccer7
84-85 Trucks & 4Runners
3
05-11-2016 06:52 PM
Kamaloha
86-95 Trucks & 4Runners
1
10-16-2015 05:13 PM
mreagen
86-95 Trucks & 4Runners
10
10-05-2015 04:27 PM
93RedKrawler
86-95 Trucks & 4Runners
2
09-29-2015 02:50 PM



Quick Reply: need help with simple excel workings.



All times are GMT -8. The time now is 12:41 PM.