#1   Report Post  
Posted to microsoft.public.excel.misc
Greenback
 
Posts: n/a
Default Tracking data

I have two spreadsheets each with over 5 thousand rows of data. on each
spreadsheet, column K is personnel numbers. What I want to know, is can I
create formulas in workbook 1 which would show if the personnel numbers in
workbook 1 appear in workbook 2 (column k), rather than having to search each
personnel number manually.
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Tracking data

Hi

With your name in A2, you could use something like this:
=COUNTIF(Sheet2!K2:K10000,A2)0

Andy.

"Greenback" wrote in message
...
I have two spreadsheets each with over 5 thousand rows of data. on each
spreadsheet, column K is personnel numbers. What I want to know, is can I
create formulas in workbook 1 which would show if the personnel numbers in
workbook 1 appear in workbook 2 (column k), rather than having to search
each
personnel number manually.



  #3   Report Post  
Posted to microsoft.public.excel.misc
random1970
 
Posts: n/a
Default Tracking data


Try this. Insert a column after column K in the second workbook.
Assuming you have a header row and 5000 rows of data, type the
following formula into L2.

=COUNTIF('[Workbook1.xls]Sheet1'!$K$2:$K$5001,K2)

Where Workbook1, Sheet 1 is the workbook name and sheet name of the
first workbook which contains the data, and L2 is the first personnel
number in Workbook 2. If the number exists in column K of Workbook 1,
the count will be 1. If it doesn't, it will be 0.

Fill down 5000 cells, and you've got your check. I wouldn't want to
check manually!

Hope this helps. Let me know how it goes.


--
random1970
------------------------------------------------------------------------
random1970's Profile: http://www.excelforum.com/member.php...o&userid=32112
View this thread: http://www.excelforum.com/showthread...hreadid=519270

  #4   Report Post  
Posted to microsoft.public.excel.misc
Greenback
 
Posts: n/a
Default Tracking data

Cheers Random1970......that formula did the trick. I can now see in one
workbook how many times a personnel number appears in another book.

Cheers also to Andy.

"random1970" wrote:


Try this. Insert a column after column K in the second workbook.
Assuming you have a header row and 5000 rows of data, type the
following formula into L2.

=COUNTIF('[Workbook1.xls]Sheet1'!$K$2:$K$5001,K2)

Where Workbook1, Sheet 1 is the workbook name and sheet name of the
first workbook which contains the data, and L2 is the first personnel
number in Workbook 2. If the number exists in column K of Workbook 1,
the count will be 1. If it doesn't, it will be 0.

Fill down 5000 cells, and you've got your check. I wouldn't want to
check manually!

Hope this helps. Let me know how it goes.


--
random1970
------------------------------------------------------------------------
random1970's Profile: http://www.excelforum.com/member.php...o&userid=32112
View this thread: http://www.excelforum.com/showthread...hreadid=519270


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
Inserting a new line in spreadsheet Rental Man Excel Discussion (Misc queries) 2 January 9th 06 04:55 PM
How do I get the template wizard with data tracking to work? gammell Excel Discussion (Misc queries) 0 December 1st 05 06:59 PM
Charts not recognizing source data if original linked data is changed. JLC Charts and Charting in Excel 3 October 14th 05 01:29 AM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM


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