Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Newb needs help.

I need help with the following scenario. I have two worksheets that I need
to compare (Employee Name Column). One worksheet has 12,000 records and the
other one has 40 records. My goal is to be able to compare both and if a
name on worksheet 2 appears on worksheet 1 get some kind of alert or have
name highlighted.

I'm working with Excel 2007.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Newb needs help.


Assuming data on the 12,000 sheet (Sheet1) is in column A and in you 40
sheet, if thats the case in B1 paste =COUNTIF(Sheet1!$A$1:$A$30,A1) and
copy down, it will give you the count of duplicates for that name.

Is that what you wanted?


--
Simon Lloyd

Regards,
Simon Lloyd
'Microsoft Office Help' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=134415

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Newb needs help.

I'm not sure. What I want to do is the following: If on sheet 2 there is a
name that matches the name on sheet 1; I want to get some kind of alert. I
want to avoid doing a manual find for every name. Now sheet 1 will change
weekly and sheet 2 will stay the same. Sheet 2 is the one with 40 records.

I hope this helps. Thank you.

"Simon Lloyd" wrote:


Assuming data on the 12,000 sheet (Sheet1) is in column A and in you 40
sheet, if thats the case in B1 paste =COUNTIF(Sheet1!$A$1:$A$30,A1) and
copy down, it will give you the count of duplicates for that name.

Is that what you wanted?


--
Simon Lloyd

Regards,
Simon Lloyd
'Microsoft Office Help' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=134415


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,276
Default Newb needs help.

Hi,
Look into CPearson web

http://www.cpearson.com/excel/Duplicates.aspx
http://www.cpearson.com/excel/ListFunctions.aspx

if this helps please click yes thanks


"Gus Diaz" wrote:

I need help with the following scenario. I have two worksheets that I need
to compare (Employee Name Column). One worksheet has 12,000 records and the
other one has 40 records. My goal is to be able to compare both and if a
name on worksheet 2 appears on worksheet 1 get some kind of alert or have
name highlighted.

I'm working with Excel 2007.

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
Newb needs help....PLEASE!!! SarahJ Excel Programming 3 December 15th 08 08:20 PM
Newb VBA question [email protected] Excel Programming 1 February 24th 08 07:11 PM
Newb VBA sub... [email protected][_2_] Excel Programming 3 October 24th 07 05:46 PM
Newb Q: XLL and XLA? Maury Markowitz Excel Programming 0 October 16th 06 05:25 PM
Help a newb.... gibson00 Excel Discussion (Misc queries) 6 July 11th 06 02:21 PM


All times are GMT +1. The time now is 11:50 PM.

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"