![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 2
|
I have two columns. One column contains the names of the people working in an organization. The second column contains the people's functions within the org:
NAME-----------JOB Joe-----------Analyst Jim-----------Manager Mary----------Secretary Jackie--------Manager Christie------Analyst What I want to achieve is the following: Analysts:---2 Managers:---2 Secretary:--1 Which function or formula do I need to use in order to be able to count how many manager, analyst, and secretary are in the JOB column. Can someone help me out? Thanks a lot [ This Message was edited by: hoz on 2002-04-09 05:04 ] |
|
|
|
|
|
#2 |
|
New Member
Join Date: Apr 2002
Posts: 30
|
=COUNTIF(C1:C10,"Analyst")
|
|
|
|
|
|
#3 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi
A simple Pivot table would be ideal for this. |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Posts: 1,805
|
Hi hoz,
You can use from menu Data|Subtotals on column "Job" and you'll get what you want. Eli [ This Message was edited by: eliW on 2002-04-09 05:21 ] |
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 2
|
THANK YOU for all ur help.
What works best is the countif function. I tried the COUNT, DCOUNT, COUNTA, and DCOUNTA functions but to no avail. The COUNTIF function is perfect...thanks for all your help hoz |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|