Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10
Default Words ... yay ... letters .... blech!

Can someone help me find a formula to calculate a given number of words or
letters in a specific column?

I am trying to keep track of how many accounts were done by a specific
employee without having to count them one by one. I figure if I can find a
formula that will tell me that there are 35 RXL's in column C, it will make
my job easier in the long run.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Words ... yay ... letters .... blech!

=COUNTIF(C:C,"RXL")
--
Gary''s Student - gsnu200772


"m4d Ir15h" wrote:

Can someone help me find a formula to calculate a given number of words or
letters in a specific column?

I am trying to keep track of how many accounts were done by a specific
employee without having to count them one by one. I figure if I can find a
formula that will tell me that there are 35 RXL's in column C, it will make
my job easier in the long run.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10
Default Words ... yay ... letters .... blech!

Is it possible to use that same code to check within specific dates?



"Gary''s Student" wrote:

=COUNTIF(C:C,"RXL")
--
Gary''s Student - gsnu200772


"m4d Ir15h" wrote:

Can someone help me find a formula to calculate a given number of words or
letters in a specific column?

I am trying to keep track of how many accounts were done by a specific
employee without having to count them one by one. I figure if I can find a
formula that will tell me that there are 35 RXL's in column C, it will make
my job easier in the long run.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Words ... yay ... letters .... blech!

Lets say column B contains dates, C contains employee ID's (such as RXL) and
your criteria is in A1:A3, where
A1 = RXL
A2 = Begin Date
A3 = End Date

=Sumproduct(--(C1:C10=A1), --(B1:B10=A2), --(B1:B10<=A3))

modify ranges to suit. Sumproduct cannot accomodate an entire column (such
as C:C) prior to XL2007. Also, I am assuming the dates are inclusive.



"m4d Ir15h" wrote:

Is it possible to use that same code to check within specific dates?



"Gary''s Student" wrote:

=COUNTIF(C:C,"RXL")
--
Gary''s Student - gsnu200772


"m4d Ir15h" wrote:

Can someone help me find a formula to calculate a given number of words or
letters in a specific column?

I am trying to keep track of how many accounts were done by a specific
employee without having to count them one by one. I figure if I can find a
formula that will tell me that there are 35 RXL's in column C, it will make
my job easier in the long run.

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
how can i change the letters in the top row to words Me New Users to Excel 1 June 18th 07 01:13 AM
Need to scramble letters in list of words SusanB Excel Discussion (Misc queries) 1 March 28th 06 05:38 PM
I have pound marks in a cell rather than words/letters. claudia riley Excel Discussion (Misc queries) 3 September 16th 05 06:09 PM
How do you sort words in Excel by the number of letters in a word Kinger New Users to Excel 2 May 2nd 05 11:42 PM
sorting letters in words into alphabetical order bobf Excel Discussion (Misc queries) 5 March 21st 05 11:25 PM


All times are GMT +1. The time now is 07:14 AM.

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"