PC Review


Reply
Thread Tools Rate Thread

Counting Three Different Words In One Column

 
 
swmasson
Guest
Posts: n/a
 
      13th Sep 2004
H ithere,

Can someone please help me? I have a column which can only have
option (due to validation), these are:-
New
Overdue
Updated
Closed


I would like to count the number of times each one has been entered.
Each count would be in a different cell on a different worksheet.
have tried searching this forum and found answers similar to what i'
looking for but i could not get any of them to work for some reason?

Thanks very much for your time.

Swmasso

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
 
 
 
JulieD
Guest
Posts: n/a
 
      13th Sep 2004
Hi

you need to use the countif function for this
so if your range is on sheet 1 A1:A10
then on sheet2 in cell
A1 use
=COUNTIF(Sheet1!A1:A10,"New")
etc

Let us know how you go.

Cheers
JulieD


"swmasson >" <<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> H ithere,
>
> Can someone please help me? I have a column which can only have 4
> option (due to validation), these are:-
> New
> Overdue
> Updated
> Closed
>
>
> I would like to count the number of times each one has been entered.
> Each count would be in a different cell on a different worksheet. I
> have tried searching this forum and found answers similar to what i'm
> looking for but i could not get any of them to work for some reason?
>
> Thanks very much for your time.
>
> Swmasson
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>



 
Reply With Quote
 
swmasson
Guest
Posts: n/a
 
      13th Sep 2004
Hi there again,

I managed to figure out after searching the forum a bit longer, ver
easy -


=COUNTIF(J:J,"Updated")


And so on..............

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
JulieD
Guest
Posts: n/a
 
      13th Sep 2004
Hi

glad you figured it, however, if you're performing the countif in another
sheet from where the data is you need to include the sheet name in front of
the range name
e.g.
=COUNTIF(Sheet1!J:J,"Updated")

Cheers
JulieD

"swmasson >" <<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi there again,
>
> I managed to figure out after searching the forum a bit longer, very
> easy -
>
>
> =COUNTIF(J:J,"Updated")
>
>
> And so on...............
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting words in column got2email Microsoft Excel Worksheet Functions 4 2nd Mar 2009 07:00 PM
counting occurrence of specific words in another group of words kh@horsemanship101.com Microsoft Excel Programming 0 5th Aug 2006 03:43 AM
how do i insert words into a column without erasing the words =?Utf-8?B?c29jY2VyNTU4NQ==?= Microsoft Excel Misc 0 8th Jun 2005 11:06 PM
Counting specified words in a column - macro if possible John Hayden Microsoft Excel Programming 1 6th Jul 2004 06:08 PM
Newbie: Counting the number of words in a column CF Microsoft Excel Worksheet Functions 7 4th May 2004 08:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:17 PM.