A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Identifying and totaling up duplicate cells in Excel



 
 
Thread Tools Display Modes
  #1  
Old October 10th, 2008, 04:35 PM posted to microsoft.public.excel.worksheet.functions
Paul
external usenet poster
 
Posts: 1,312
Default Identifying and totaling up duplicate cells in Excel

Hi can anyone help me??
I have two worksheet (1 & 2) with telephone numbers in column 'A'. What I
need to do is run a macro in sheet 2, that will identify the same numbers in
sheet 1 and total them up for me. Is this possible or is there a better way
of doing this?
--
Paul
  #2  
Old October 10th, 2008, 04:53 PM posted to microsoft.public.excel.worksheet.functions
Sean Timmons
external usenet poster
 
Posts: 1,722
Default Identifying and totaling up duplicate cells in Excel

sounds like you just need a countif

in sheet 2, cell B2..

=COUNTIF(Sheet1!A:A,A2)

Will give total # of times this phone number is on the other sheet.

Paste the formula to bottom.

"Paul" wrote:

Hi can anyone help me??
I have two worksheet (1 & 2) with telephone numbers in column 'A'. What I
need to do is run a macro in sheet 2, that will identify the same numbers in
sheet 1 and total them up for me. Is this possible or is there a better way
of doing this?
--
Paul

  #3  
Old October 13th, 2008, 11:09 AM posted to microsoft.public.excel.worksheet.functions
Paul
external usenet poster
 
Posts: 1,312
Default Identifying and totaling up duplicate cells in Excel

Hi Sean,
thanks very much for your prompt reply. I should have worded my query
better. What I was after was a macro or a method (as I'm a novis at this sort
of stuff) where after the pohone numbers have been highlighted in sheet one
the total of numbers highlighted is added up in a single cell i.e. if there
were 24000 numbers in sheet 1 and 3000 numbers in sheet 2, I want to run a
macro that highlights which of the 3000 numbers appear in sheet 1 and the
total of all the highlighted numbers e.g. out of 24000 numbers on sheet 1,
21700 from sheet 2 were identified.
--
Paul


"Sean Timmons" wrote:

sounds like you just need a countif

in sheet 2, cell B2..

=COUNTIF(Sheet1!A:A,A2)

Will give total # of times this phone number is on the other sheet.

Paste the formula to bottom.

"Paul" wrote:

Hi can anyone help me??
I have two worksheet (1 & 2) with telephone numbers in column 'A'. What I
need to do is run a macro in sheet 2, that will identify the same numbers in
sheet 1 and total them up for me. Is this possible or is there a better way
of doing this?
--
Paul

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:53 AM.


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