Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default finding exact matches

Hi,
Why don't you just make a unique value in another colum. Take the first to
letters of the name and three first letters of the role name. Or convert the
different roles into numbers.
Then, you can easily check two arrays via look ups or index match.

A B D E
F

1 User ID Role
2 abc Approving Officer 1
ABC1
3 abc Procurement Officer 2
ABC2
4 abc Receiving Officer 3
ABC3
5 def Receiving Officer 3
DEF3
6 def Procurement Officer 2
DEF2


"ft1986" wrote:

I have 2 system-generated reports that look like this:

A B C D

1 User ID Name Email Role
2 abc Jane Approving Officer
3 abc Jane
Procurement Officer
4 abc Jane
Receiving Officer
5 def Tim
Receiving Officer
6 def Tim
Procurement Officer
.... etc

Each person can have more than 1 role.I want to cross-check against these 2
reports and identify those unmatched entries (i.e. entire row of data is
available in 1 file but not the other). How do I go about doing it? v-lookup
doesn't help as there's no unique ID. Can I use access to do it?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default finding exact matches

It's not very possible/ it would be tedious to do so as they are a few
hundred entries. Moreover, there'll be a new report every month, I can't
possible do the same for all the files monthly. Are there any other ways?

"Gunnar Lysaker" wrote:

Hi,
Why don't you just make a unique value in another colum. Take the first to
letters of the name and three first letters of the role name. Or convert the
different roles into numbers.
Then, you can easily check two arrays via look ups or index match.

A B D E
F

1 User ID Role
2 abc Approving Officer 1
ABC1
3 abc Procurement Officer 2
ABC2
4 abc Receiving Officer 3
ABC3
5 def Receiving Officer 3
DEF3
6 def Procurement Officer 2
DEF2


"ft1986" wrote:

I have 2 system-generated reports that look like this:

A B C D

1 User ID Name Email Role
2 abc Jane Approving Officer
3 abc Jane
Procurement Officer
4 abc Jane
Receiving Officer
5 def Tim
Receiving Officer
6 def Tim
Procurement Officer
.... etc

Each person can have more than 1 role.I want to cross-check against these 2
reports and identify those unmatched entries (i.e. entire row of data is
available in 1 file but not the other). How do I go about doing it? v-lookup
doesn't help as there's no unique ID. Can I use access to do it?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default finding exact matches

I don`t agree with you.I`ve had some of the same problems before.
Lets assume that you have 100 different roles. Build a database/array with
the different roles and write a number in the column besides. Then, when you
have a new set of data you want to check just use lookup against the database
to get the numbers.(put them in column G) Furthermore, you use left command
and put them together with G. Then you have a unique value.

=left(a1;3)&G
Where A= names and G is number

I guess this operation is done in like 2minutes.
You might wanna send me a file, so I can work it out for you.
There are free add-ins that can solve this problems for you as well.
Last option is VBA.
G.

"ft1986" wrote:

It's not very possible/ it would be tedious to do so as they are a few
hundred entries. Moreover, there'll be a new report every month, I can't
possible do the same for all the files monthly. Are there any other ways?

"Gunnar Lysaker" wrote:

Hi,
Why don't you just make a unique value in another colum. Take the first to
letters of the name and three first letters of the role name. Or convert the
different roles into numbers.
Then, you can easily check two arrays via look ups or index match.

A B D E
F

1 User ID Role
2 abc Approving Officer 1
ABC1
3 abc Procurement Officer 2
ABC2
4 abc Receiving Officer 3
ABC3
5 def Receiving Officer 3
DEF3
6 def Procurement Officer 2
DEF2


"ft1986" wrote:

I have 2 system-generated reports that look like this:

A B C D

1 User ID Name Email Role
2 abc Jane Approving Officer
3 abc Jane
Procurement Officer
4 abc Jane
Receiving Officer
5 def Tim
Receiving Officer
6 def Tim
Procurement Officer
.... etc

Each person can have more than 1 role.I want to cross-check against these 2
reports and identify those unmatched entries (i.e. entire row of data is
available in 1 file but not the other). How do I go about doing it? v-lookup
doesn't help as there's no unique ID. Can I use access to do it?


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 do i get exact matches in a vlookup fomrula shark1966 Excel Worksheet Functions 1 September 30th 06 03:01 PM
how do i get exact matches in a vlookup fomrula shark1966 Excel Worksheet Functions 3 September 30th 06 02:20 PM
Finding EXACT matches within separate rows IowaTracy Excel Discussion (Misc queries) 5 August 13th 06 06:55 AM
finding exact matches using vlookup Ekazakoff Excel Worksheet Functions 9 July 29th 06 02:24 PM
data that matches exact column and row raraschek Excel Worksheet Functions 4 January 23rd 06 08:06 PM


All times are GMT +1. The time now is 10:39 AM.

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"