Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default finding the number of occurences

I can't work out the formula to find the number of times say, "CT" has a
visit date.

My data looks like this:
(column 3 and 4 has last name and first name)
Column2 Column5
State Visit Date
CT
CT 2/18/09
CT
ME
NH 1/19/09

I have tried countifs but don't know how to tell it to recognize entry in
cell. Actual date is not important. Just the State and the number of times a
date occurs with the State.
Any help at all from anyone would be greatly appreciated.
Thanks.
--
joe s
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default finding the number of occurences

Something like...
=SUMPRODUCT((B2:B100="CT")*(ISNUMBER(E2:E100)))

Note that Range sizes must be equal, and you can't callout the entire column
(Unless using XL 2007)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Joe S" wrote:

I can't work out the formula to find the number of times say, "CT" has a
visit date.

My data looks like this:
(column 3 and 4 has last name and first name)
Column2 Column5
State Visit Date
CT
CT 2/18/09
CT
ME
NH 1/19/09

I have tried countifs but don't know how to tell it to recognize entry in
cell. Actual date is not important. Just the State and the number of times a
date occurs with the State.
Any help at all from anyone would be greatly appreciated.
Thanks.
--
joe s

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default finding the number of occurences

yeah! Thank you so much.

by the way, I am using XL 07.
--
joe s


"Luke M" wrote:

Something like...
=SUMPRODUCT((B2:B100="CT")*(ISNUMBER(E2:E100)))

Note that Range sizes must be equal, and you can't callout the entire column
(Unless using XL 2007)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Joe S" wrote:

I can't work out the formula to find the number of times say, "CT" has a
visit date.

My data looks like this:
(column 3 and 4 has last name and first name)
Column2 Column5
State Visit Date
CT
CT 2/18/09
CT
ME
NH 1/19/09

I have tried countifs but don't know how to tell it to recognize entry in
cell. Actual date is not important. Just the State and the number of times a
date occurs with the State.
Any help at all from anyone would be greatly appreciated.
Thanks.
--
joe s

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
Finding occurences of a given value in a row PhillyD Excel Discussion (Misc queries) 1 February 6th 09 09:45 PM
how to count the number of occurences of a letter ? [email protected] Excel Discussion (Misc queries) 3 November 26th 08 02:30 PM
Chart number of occurences David P. Charts and Charting in Excel 1 March 23rd 06 08:12 PM
Paste a value a set number of occurences Larry Excel Discussion (Misc queries) 0 February 15th 06 02:16 PM
Counting Number of Occurences Darren Excel Discussion (Misc queries) 1 February 23rd 05 03:26 PM


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