Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Count the number of times specific text appears in a column

I have a column of dates in various formats (sometimes the year is first,
sometimes not). I would like to determine the number of times a specific
four-digit year occurs withing the column. Can you help me? Thanks!
--
Nannie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 257
Default Count the number of times specific text appears in a column

It's pretty easy if Access knows they're dates. If Access thinks they're
just random strings of numbers, it takes an extra step.

Since you said the dates are in various formats, and I kind of figure your
column has all the same format setting -- not very certainly, but it's the
likely supposition -- let's assume the format setting is text, and Excel
doesn't know that column has dates in it. So first you have to get Excel to
know what dates are represented there. Set up a "helper" column to the right
that uses the DATEVALUE function. If all your text dates are in column C,
let this first helper column (in col M, let's say) has the function
=DATEVALUE(C2) in M2. That means M has not a text value but a real Excel
date value in it corresponding to what's in col C.

Now in col N put =YEAR(M2); thus in col N is the year represented by the
date in col C.

To determine how many of those say 2002, for instance, use the formula
=COUNTIF(N,2002).

I don't use COUNTIF much, so take this with a grain of salt -- look it up,
check it out with other Excel jocks, test it for yourself etc.

--- "Nannie" wrote:
I have a column of dates in various formats (sometimes the year is first,
sometimes not). I would like to determine the number of times a specific
four-digit year occurs withing the column.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Count the number of times specific text appears in a column

Are they text fields or real dates just formatted in different ways?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Nannie" wrote in message
...
I have a column of dates in various formats (sometimes the year is first,
sometimes not). I would like to determine the number of times a specific
four-digit year occurs withing the column. Can you help me? Thanks!
--
Nannie



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Count the number of times specific text appears in a column

They are formatted as dates but most were entered as =xdate(1860,6,11,"yyyy,
mm dd") although some look like ~1862 or after 1862. They are civil war era
dates and Excel can't handle them. (Seems strange Excel doesn't have the
choice of displaying dates with years first.)

Thanks for any assistance!
--
Nannie


"Bob Phillips" wrote:

Are they text fields or real dates just formatted in different ways?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Nannie" wrote in message
...
I have a column of dates in various formats (sometimes the year is first,
sometimes not). I would like to determine the number of times a specific
four-digit year occurs withing the column. Can you help me? Thanks!
--
Nannie




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Count the number of times specific text appears in a column

What is xdate? I don't know that function, it must be a UDF.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Nannie" wrote in message
...
They are formatted as dates but most were entered as
=xdate(1860,6,11,"yyyy,
mm dd") although some look like ~1862 or after 1862. They are civil war
era
dates and Excel can't handle them. (Seems strange Excel doesn't have the
choice of displaying dates with years first.)

Thanks for any assistance!
--
Nannie


"Bob Phillips" wrote:

Are they text fields or real dates just formatted in different ways?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Nannie" wrote in message
...
I have a column of dates in various formats (sometimes the year is
first,
sometimes not). I would like to determine the number of times a
specific
four-digit year occurs withing the column. Can you help me? Thanks!
--
Nannie








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Count the number of times specific text appears in a column

http://www.j-walk.com/ss/excel/files/xdate.htm

And to answer part of the OP's original question, Excel certainly can
display dates with the year first.
But it sounds as if you are trying to use vague text, rather than specific
dates.

And to try to answer more of the original question, for normal Excel dates
YEAR() gives the year (as Bob Bridges referred to in his reply), and the
link above implies that there is an equivalent XDATEYEAR function in John's
addin.

And to answer the implied question in the *subject line* of the OP's
original message, you need to remember that Excel dates are not stored as
text, but as numbers. If you want to manipulate them as text and look for
text strings such as the year part of the date, you can convert from date to
text using the TEXT function.
--
David Biddulph

"Bob Phillips" wrote in message
...
What is xdate? I don't know that function, it must be a UDF.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Nannie" wrote in message
...
They are formatted as dates but most were entered as
=xdate(1860,6,11,"yyyy,
mm dd") although some look like ~1862 or after 1862. They are civil war
era
dates and Excel can't handle them. (Seems strange Excel doesn't have the
choice of displaying dates with years first.)

Thanks for any assistance!
--
Nannie


"Bob Phillips" wrote:

Are they text fields or real dates just formatted in different ways?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Nannie" wrote in message
...
I have a column of dates in various formats (sometimes the year is
first,
sometimes not). I would like to determine the number of times a
specific
four-digit year occurs withing the column. Can you help me? Thanks!
--
Nannie







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
count number of times text appears MMcQ Excel Discussion (Misc queries) 3 February 9th 07 08:33 PM
count the number of times a specific word appears in a column BAR Excel Worksheet Functions 1 June 27th 06 05:03 PM
How to count the number of times a string appears in a column? btsray Excel Worksheet Functions 0 January 25th 06 11:15 PM
Count Number of Times Something appears Mark B Excel Worksheet Functions 5 November 29th 05 09:36 PM
Counting the number of times a specific character appears in a cell PCLIVE Excel Worksheet Functions 3 November 4th 05 06:08 AM


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