Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 71
Default Count date in every 4th cell down column

i asked this question yesterday but the lovley suggestions did not work
because i did not give all the information i needed to. Oops! here's what
my data looks like:
A B
1 tim smith 27-Jun
2 11 vine st resch.
3 tall, mi 41151 29-Jun
4 000-000-0000
5 lee long 8-Aug
6 box 5
7 large, oh 11175 order
8 111-111-1111

i need to count the dates!! in the cells next to the names, every 4th cell.
the dates need counted as 1 conntact per date. only counting the dates next
to the names not any other dates that may appear (ie rescheduled date) So i
need to count dates b1, b5, b9... on a very large list of clients Thanks
for your time and help!!!

Ash
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Don is offline
external usenet poster
 
Posts: 19
Default Count date in every 4th cell down column

Ashley,
I'm confused. if there is always four rows of information for each name, and
there is always a date in B next to each name, can't you count the number of
rows in A and divide by 4?

Don

"Ashley" wrote in message
...
i asked this question yesterday but the lovley suggestions did not work
because i did not give all the information i needed to. Oops! here's
what
my data looks like:
A B
1 tim smith 27-Jun
2 11 vine st resch.
3 tall, mi 41151 29-Jun
4 000-000-0000
5 lee long 8-Aug
6 box 5
7 large, oh 11175 order
8 111-111-1111

i need to count the dates!! in the cells next to the names, every 4th
cell.
the dates need counted as 1 conntact per date. only counting the dates
next
to the names not any other dates that may appear (ie rescheduled date)
So i
need to count dates b1, b5, b9... on a very large list of clients Thanks
for your time and help!!!

Ash



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 71
Default Count date in every 4th cell down column

i sorry i didn't make it very celar - i'm really struggeling with this entire
project :( - the date indicates when a client has been contacted for a
certian reason -- some clients have not been contacted. no date by the name
exists. (there could be other information in the cells adjacent to the
address) but the date by the name is not there. please let me know if you
have any other questions
i am very thankful for your help ash

"Don" wrote:

Ashley,
I'm confused. if there is always four rows of information for each name, and
there is always a date in B next to each name, can't you count the number of
rows in A and divide by 4?

Don

"Ashley" wrote in message
...
i asked this question yesterday but the lovley suggestions did not work
because i did not give all the information i needed to. Oops! here's
what
my data looks like:
A B
1 tim smith 27-Jun
2 11 vine st resch.
3 tall, mi 41151 29-Jun
4 000-000-0000
5 lee long 8-Aug
6 box 5
7 large, oh 11175 order
8 111-111-1111

i need to count the dates!! in the cells next to the names, every 4th
cell.
the dates need counted as 1 conntact per date. only counting the dates
next
to the names not any other dates that may appear (ie rescheduled date)
So i
need to count dates b1, b5, b9... on a very large list of clients Thanks
for your time and help!!!

Ash




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Don is offline
external usenet poster
 
Posts: 19
Default Count date in every 4th cell down column

Ashley
Try:

=SUMPRODUCT(--(MOD(ROW(B1:B100),4)=1),--ISNUMBER(B1:B100))


Don

"Ashley" wrote in message
...
i sorry i didn't make it very celar - i'm really struggeling with this
entire
project :( - the date indicates when a client has been contacted for a
certian reason -- some clients have not been contacted. no date by the
name
exists. (there could be other information in the cells adjacent to the
address) but the date by the name is not there. please let me know if you
have any other questions
i am very thankful for your help ash

"Don" wrote:

Ashley,
I'm confused. if there is always four rows of information for each name,
and
there is always a date in B next to each name, can't you count the number
of
rows in A and divide by 4?

Don

"Ashley" wrote in message
...
i asked this question yesterday but the lovley suggestions did not work
because i did not give all the information i needed to. Oops! here's
what
my data looks like:
A B
1 tim smith 27-Jun
2 11 vine st resch.
3 tall, mi 41151 29-Jun
4 000-000-0000
5 lee long 8-Aug
6 box 5
7 large, oh 11175 order
8 111-111-1111

i need to count the dates!! in the cells next to the names, every 4th
cell.
the dates need counted as 1 conntact per date. only counting the dates
next
to the names not any other dates that may appear (ie rescheduled date)
So i
need to count dates b1, b5, b9... on a very large list of clients
Thanks
for your time and help!!!

Ash






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
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
run a macro in a locked cell Ray Excel Discussion (Misc queries) 8 January 10th 06 12:02 AM
Count if date is between two dates and value in another column equ mg_sv_r Excel Worksheet Functions 2 December 6th 05 02:31 PM
Value between 2 dates AG Excel Worksheet Functions 11 August 21st 05 05:32 PM
Count cells based on date range in another column [email protected] New Users to Excel 1 May 5th 05 08:11 PM


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