Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Peter Syvertsen
 
Posts: n/a
Default Finding common Data in multiple worksheets

I have a simple question (perhaps).

I have 12 seperate workbooks with lists of names, contact info, etc. Many
of the names appear in more than one worksheet. The names are all entered in
separate fields within the worksheets. I would like to do an analysis of the
data showing which names appear most often , least often - etc. Is there a
simple (relatively) way to do this with excel? Or any other app - ?

may thanks for any advice.
--
Peter Syvertsen
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default Finding common Data in multiple worksheets

The names could be in any column/cell in any worksheet in any of 12 workbooks?

You could use a formula like this:

=COUNTIF([book1.xls]Sheet1!$1:$65536,"peter syvertsen")

for each worksheet in each workbook for each name.

Or (if the name could be in a cell with other stuff):
=COUNTIF([book1.xls]Sheet1!$1:$65536,"*peter syvertsen*")

I'd open all 12 workbooks when I did this. It could be quite a delay to
evaluate lots of these formulas -- especially when the other workbooks are
closed (and it might be longer than you think when they're open, too!).




Peter Syvertsen wrote:

I have a simple question (perhaps).

I have 12 seperate workbooks with lists of names, contact info, etc. Many
of the names appear in more than one worksheet. The names are all entered in
separate fields within the worksheets. I would like to do an analysis of the
data showing which names appear most often , least often - etc. Is there a
simple (relatively) way to do this with excel? Or any other app - ?

may thanks for any advice.
--
Peter Syvertsen


--

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
Finding DUplicate Data set in Worksheets SAT Excel Worksheet Functions 4 September 17th 05 11:50 PM
Listing data from multiple worksheets scottcts Excel Worksheet Functions 3 August 12th 05 05:55 PM
Reference multiple cells in if statement PAR Excel Worksheet Functions 1 June 10th 05 06:28 AM
sorting data in linked worksheets Allyson Excel Discussion (Misc queries) 0 June 8th 05 11:25 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 01:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"