Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Nigel
 
Posts: n/a
Default To Bob ( count question )

Thank you for all of your help Bob. I would like to ask you another question
though.
I have a long list in (range B4:B500). in this list are all of my Clients. (
about 50 clients in total ). the list is created by enquiry which means the
client names are entered at random. I now need to calculate how many
enquiries from each individual client per year. i have a large sheet set up
and cannot change the format of this. the information is to be entered onto
anther sheet in the same book.
summary:
count the amount of times each individual clients name appears in this long
list.

Kindest Regards,

Nigel

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Hi again Nigel,

Something like

=COUNTIF(B4:B5000,"Nigel")

You could put the name in another cell and refer to that.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Nigel" wrote in message
...
Thank you for all of your help Bob. I would like to ask you another

question
though.
I have a long list in (range B4:B500). in this list are all of my Clients.

(
about 50 clients in total ). the list is created by enquiry which means

the
client names are entered at random. I now need to calculate how many
enquiries from each individual client per year. i have a large sheet set

up
and cannot change the format of this. the information is to be entered

onto
anther sheet in the same book.
summary:
count the amount of times each individual clients name appears in this

long
list.

Kindest Regards,

Nigel



  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

Since you cannot change the sheet with all the data, copy column B & paste it
into a clean sheet. Now, with any cell in the pasted data selected, use the
Data menu and select FilterAdvanced Filter

In the dialog box,

1) check 'Copy to Another Location'
2) specify another column to 'Copy to'
3) check 'Unique records only'
4) click on OK

This gives you a list of unique client names

Next to each unique name use the COUNTIF() function

=COUNTIF(pasted_data_range,cell with name)

Copy the formula down


"Nigel" wrote:

Thank you for all of your help Bob. I would like to ask you another question
though.
I have a long list in (range B4:B500). in this list are all of my Clients. (
about 50 clients in total ). the list is created by enquiry which means the
client names are entered at random. I now need to calculate how many
enquiries from each individual client per year. i have a large sheet set up
and cannot change the format of this. the information is to be entered onto
anther sheet in the same book.
summary:
count the amount of times each individual clients name appears in this long
list.

Kindest Regards,

Nigel

  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

If this will be on another sheet, use

=COUNTIF('Sheet Name'!B4:B500,"Nigel"

should have mentioned that

--
HTH

Bob Phillips

"Bob Phillips" wrote in message
...
Hi again Nigel,

Something like

=COUNTIF(B4:B5000,"Nigel")

You could put the name in another cell and refer to that.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Nigel" wrote in message
...
Thank you for all of your help Bob. I would like to ask you another

question
though.
I have a long list in (range B4:B500). in this list are all of my

Clients.
(
about 50 clients in total ). the list is created by enquiry which means

the
client names are entered at random. I now need to calculate how many
enquiries from each individual client per year. i have a large sheet set

up
and cannot change the format of this. the information is to be entered

onto
anther sheet in the same book.
summary:
count the amount of times each individual clients name appears in this

long
list.

Kindest Regards,

Nigel





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
Filter Count of Records Retrieved. amkazen Excel Discussion (Misc queries) 2 March 31st 05 10:03 PM
complex count question JBoulton Excel Worksheet Functions 13 March 24th 05 02:57 AM
Pivot Tables - "simple" question Eoin Bairead Excel Discussion (Misc queries) 1 February 28th 05 07:07 PM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM
Count function question John Excel Worksheet Functions 1 November 29th 04 10:23 PM


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