Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mark
 
Posts: n/a
Default Help with Formula?

For example worksheet 1 Column A B C D & E have multiple
Numbers ranging from 2001, 2010, 2017, 2025, 2027, 2036 &
2038. Worksheet 2, 3 & 4 Have the same.
What i want to acheive is something to look at each
column in each worksheet and count, how many times each
number appears and bring back a result for each in a
different worksheet.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=COUNTIF('Sheet1'!$A$2:$A$200,2001)

=COUNTIF('Sheet2'!$A$2:$A$200,2001)

and so on

if you put the list of numbers in the summary sheet then just copy down
(assume they are in A2:A6

=COUNTIF('Sheet1'!$A$2:$A$200,A2)


Regards,

Peo Sjoblom

"Mark" wrote:

For example worksheet 1 Column A B C D & E have multiple
Numbers ranging from 2001, 2010, 2017, 2025, 2027, 2036 &
2038. Worksheet 2, 3 & 4 Have the same.
What i want to acheive is something to look at each
column in each worksheet and count, how many times each
number appears and bring back a result for each in a
different worksheet.

  #3   Report Post  
 
Posts: n/a
Default

thanks this works great

-----Original Message-----
=COUNTIF('Sheet1'!$A$2:$A$200,2001)

=COUNTIF('Sheet2'!$A$2:$A$200,2001)

and so on

if you put the list of numbers in the summary sheet

then just copy down
(assume they are in A2:A6

=COUNTIF('Sheet1'!$A$2:$A$200,A2)


Regards,

Peo Sjoblom

"Mark" wrote:

For example worksheet 1 Column A B C D & E have

multiple
Numbers ranging from 2001, 2010, 2017, 2025, 2027,

2036 &
2038. Worksheet 2, 3 & 4 Have the same.
What i want to acheive is something to look at each
column in each worksheet and count, how many times

each
number appears and bring back a result for each in a
different worksheet.

.

  #4   Report Post  
 
Posts: n/a
Default

Also keep in mind some other great things this function does:

=COUNTIF(Range,Criteria)

=COUNTIF(A2:B:20,"=1000")

"all the cells that have a value greater than or equal to 1000

Good Luck

" wrote:

thanks this works great

-----Original Message-----
=COUNTIF('Sheet1'!$A$2:$A$200,2001)

=COUNTIF('Sheet2'!$A$2:$A$200,2001)

and so on

if you put the list of numbers in the summary sheet

then just copy down
(assume they are in A2:A6

=COUNTIF('Sheet1'!$A$2:$A$200,A2)


Regards,

Peo Sjoblom

"Mark" wrote:

For example worksheet 1 Column A B C D & E have

multiple
Numbers ranging from 2001, 2010, 2017, 2025, 2027,

2036 &
2038. Worksheet 2, 3 & 4 Have the same.
What i want to acheive is something to look at each
column in each worksheet and count, how many times

each
number appears and bring back a result for each in a
different worksheet.

.


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
Cannot change a formula Richard F Excel Discussion (Misc queries) 1 January 18th 05 01:57 AM
Simple formula doesn't quite add up circeo Excel Discussion (Misc queries) 3 January 17th 05 09:04 PM
Formula displays does not calculate Neil Bhandar Excel Discussion (Misc queries) 4 January 10th 05 10:55 PM
how do I make a formula NOT change when the data range is moved? Alida Andrews Excel Discussion (Misc queries) 2 January 6th 05 09:02 PM
Creating Formula using check boxes Anthony Slater Excel Discussion (Misc queries) 3 January 4th 05 03:03 PM


All times are GMT +1. The time now is 03:44 PM.

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"