PC Review


Reply
Thread Tools Rate Thread

How do I use lookup for this case ?

 
 
Serhat Cengen
Guest
Posts: n/a
 
      26th Aug 2008
I have an excel file with 5 different sheets. I want to check sheets 1..4
against there is a match for my data in sheet 5. How do I do this ? What
happens if there are multiple matches ? How do I avoid this multiple match
problem ?
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      26th Aug 2008
Give some more details of what you want to achieve and how your data
is laid out.

To avoid multiple matches, you will have to give each entry some
unique reference, eg:

=IF(A1="","",A1&"_"&COUNTIF(A$1:A1,A1))

This will add a sequential number to the data in column A wherever
there is a duplicate. You could include the sheet number in this
formula to make each entry completely unique. A formula in Sheet5 can
then cycle through each of the sheets 1 to 4 looking for a unique
match to this reference.

Hope this helps.

Pete

On Aug 26, 1:01*pm, Serhat Cengen <Serhat
Cen...@discussions.microsoft.com> wrote:
> I have an excel file with 5 different sheets. I want to check sheets 1..4
> against there is a match for my data in sheet 5. How do I do this ? What
> happens if there are multiple matches ? How do I avoid this multiple match
> problem ?


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Case Sensitive Lookup danpt Microsoft Excel Misc 6 14th May 2009 06:20 AM
Case Sensitive Lookup danpt Microsoft Excel Misc 0 14th May 2009 05:40 AM
Case Sensitive v-lookup needed Gemi Microsoft Excel Misc 3 29th Apr 2009 07:17 PM
Case Sensitive Compare, Lookup, etc???? =?Utf-8?B?R1NrZXJt?= Microsoft Excel Misc 5 23rd Oct 2007 04:08 AM
Case specific LOOKUP alternative =?Utf-8?B?ZGFu?= Microsoft Excel Misc 4 5th Jun 2006 12:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:51 PM.