PC Review


Reply
Thread Tools Rate Thread

am not sure if its a vlookup issue

 
 
=?Utf-8?B?YW50aG9ueQ==?=
Guest
Posts: n/a
 
      4th Dec 2006
i have a master list having 10000 members.
members who should be in category "A" are in the second worksheet, those in
category "B" are in the third worksheet. for several categoires.

i have introduced a categories clounm in the master list and i need to fill
in the categories based on wether a member appears in the second third or
fourth worksheet.

the member numbers are similar in tha master list and in the categories
work sheets.

is there a quick way of filling in the categories column.

thanks

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      4th Dec 2006
Since there are only 4 worksheets, how about just looking through each one:

=if(iserror(match(a1,sheet2!a:a,0)),"","Sheet2")
&if(iserror(match(a1,sheet3!a:a,0)),"","Sheet3")
&if(iserror(match(a1,sheet4!a:a,0)),"","Sheet4")
&if(iserror(match(a1,sheet5!a:a,0)),"","Sheet5")

If it finds a match in column A of sheet2, sheet3, ..., it'll put that value in
the cell.

If the name/id appears in more than one sheet, you'll get both returned.

anthony wrote:
>
> i have a master list having 10000 members.
> members who should be in category "A" are in the second worksheet, those in
> category "B" are in the third worksheet. for several categoires.
>
> i have introduced a categories clounm in the master list and i need to fill
> in the categories based on wether a member appears in the second third or
> fourth worksheet.
>
> the member numbers are similar in tha master list and in the categories
> work sheets.
>
> is there a quick way of filling in the categories column.
>
> thanks


--

Dave Peterson
 
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
another issue with vlookup =?Utf-8?B?QXJhaW4=?= Microsoft Excel Misc 2 19th Oct 2007 10:02 PM
Another issue with vlookup =?Utf-8?B?QXJhaW4=?= Microsoft Excel Misc 1 19th Oct 2007 07:15 PM
Vlookup issue dean.brunne@lion-nathan.com.au Microsoft Excel Programming 1 17th May 2007 02:40 PM
Vlookup Issue Steved Microsoft Excel Worksheet Functions 3 22nd Jun 2004 10:25 PM
VLookup issue =?Utf-8?B?Q29ubmll?= Microsoft Excel Worksheet Functions 3 10th Mar 2004 09:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:43 AM.