Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with scrubing two list of names


Ok, I have two spreadsheets of names, one is an active roster report o
names and the other is a finance report of names, I need to be able t
take the names missing from the finance report based off the activ
roster report and display them? Kind of like displaying names tha
don't match! Can anyone help me. Thank

--
numerio
-----------------------------------------------------------------------
numerion's Profile: http://www.excelforum.com/member.php...fo&userid=2297
View this thread: http://www.excelforum.com/showthread.php?threadid=37675

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Help with scrubing two list of names

Hi,

Let's say you ahve the 2 lists in 2 sheets.

Finance (a complete list) is on Sheet1, and Active (a subset of finance), is
on sheet 2.

Let's assume there are 30 names on sheet1, running from A2: A31, and 12
names on Sheet2, running from A2: A14.

On Sheet1, Cell B2, type: =IF(ISERROR((vlookup($A$2:$A$31,
Sheet2!$A$2:$A$14, 1, 0)), "Not Active", ((vlookup($A$2:$A$31,
Sheet2!$A$2:$A$14, 1, 0))).

This will either return the person's name from Sheet2, or "Not Active" text.
You can then use DataFilterAutofilter to display only those names which
have a "Not Active" against them.

Hope this helps.

Warm regards

Sunil Jayakumar


"numerion" wrote in
message ...

Ok, I have two spreadsheets of names, one is an active roster report of
names and the other is a finance report of names, I need to be able to
take the names missing from the finance report based off the active
roster report and display them? Kind of like displaying names that
don't match! Can anyone help me. Thanks


--
numerion
------------------------------------------------------------------------
numerion's Profile:
http://www.excelforum.com/member.php...o&userid=22975
View this thread: http://www.excelforum.com/showthread...hreadid=376759
www.ayyoo.com/credit-cards.html



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with scrubing two list of names


There is a function VLOOKUP.
I think thats the easy solution

--
Kaa
-----------------------------------------------------------------------
Kaak's Profile: http://www.excelforum.com/member.php...nfo&userid=751
View this thread: http://www.excelforum.com/showthread.php?threadid=37675

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with scrubing two list of names


=IF(ISERROR((vlookup($A$2:$A$31,
Sheet2!$A$2:$A$14, 1, 0)), "Not Active", ((vlookup($A$2:$A$31,
Sheet2!$A$2:$A$14, 1, 0))).

Im using this formula to take names from one sheet and display o
another sheet but when I put the formula in B2 Im not getting an
results. Can someone help me please

--
numerio
-----------------------------------------------------------------------
numerion's Profile: http://www.excelforum.com/member.php...fo&userid=2297
View this thread: http://www.excelforum.com/showthread.php?threadid=37675

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Help with scrubing two list of names

maybe....

=if(iserror(match(a2,sheet2!$a$2:$a$14,0)),"not active",a2)

(if you're returning the same value, you might as well just use the lookup
value.)



numerion wrote:

=IF(ISERROR((vlookup($A$2:$A$31,
Sheet2!$A$2:$A$14, 1, 0)), "Not Active", ((vlookup($A$2:$A$31,
Sheet2!$A$2:$A$14, 1, 0))).

Im using this formula to take names from one sheet and display on
another sheet but when I put the formula in B2 Im not getting any
results. Can someone help me please?

--
numerion
------------------------------------------------------------------------
numerion's Profile: http://www.excelforum.com/member.php...o&userid=22975
View this thread: http://www.excelforum.com/showthread...hreadid=376759


--

Dave Peterson
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
return a list of names, from a large list of repeated names. The Fru Fru Excel Worksheet Functions 5 December 10th 08 01:03 PM
Sorting and matching rows of names with Socials with master list and eliminating the extra names Giacomo Excel Worksheet Functions 1 March 10th 07 01:52 AM
create a random list of names from a list of names in EXCEL Givvie Excel Worksheet Functions 2 October 23rd 06 05:10 AM
filter 400 names from list 1 from list 2 with 4000 names Ed Excel Worksheet Functions 2 September 4th 05 03:41 PM
find names on list 1 in list 2. list 1 4000 names list 2 400 name Ed Excel Worksheet Functions 1 September 4th 05 12:48 AM


All times are GMT +1. The time now is 09:43 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"