Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jrheinschm
 
Posts: n/a
Default Counting dates, within a list of dates

I am a fairly new excel user. I am a contractor and wish to find out how many
estimates we send out weekly from a dated list. We typically have many
estimates daily and wish to determine over a specific amount of time the
number of estimates.
I'm sure this is an easy one, once again fairly new at this.

Thanks much for the help
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Counting dates, within a list of dates

=SUMIF(A:A,"="&first_date)-SUMIF(A:A,""&second_date)

where column A holds your dates and first_date and second_date are cell
references to those respective dates.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"jrheinschm" wrote in message
...
I am a fairly new excel user. I am a contractor and wish to find out how

many
estimates we send out weekly from a dated list. We typically have many
estimates daily and wish to determine over a specific amount of time the
number of estimates.
I'm sure this is an easy one, once again fairly new at this.

Thanks much for the help



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jrheinschm
 
Posts: n/a
Default Counting dates, within a list of dates

Don,
How very simple is my mind, or very complex is yours. You R the man! It of
course does what I need, Thanks

"Don Guillett" wrote:

try a sumproduct formula
=sumproduct((a4:a22=a1)*(a4:a22<a2))

--
Don Guillett
SalesAid Software

"jrheinschm" wrote in message
...
I am a fairly new excel user. I am a contractor and wish to find out how
many
estimates we send out weekly from a dated list. We typically have many
estimates daily and wish to determine over a specific amount of time the
number of estimates.
I'm sure this is an easy one, once again fairly new at this.

Thanks much for the help




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jrheinschm
 
Posts: n/a
Default Counting dates, within a list of dates

A B C D E F
1 3/21 1
2 3/28 1
3 4/15 2
4 4/18 1
5 1/28 2
6 2/15 1
7 2/28 1

Dates to count 2/28 - 4/18 but only if D is 1. the answer would be 4?

"jrheinschm" wrote:

Now I need to add to what You've helped me with.
Determine how many dates are in a specific date range, but only if another
column shows a 1 instead of a 2 ??

"Don Guillett" wrote:

glad it helped


--
Don Guillett
SalesAid Software

"jrheinschm" wrote in message
...
Don,
How very simple is my mind, or very complex is yours. You R the man! It of
course does what I need, Thanks

"Don Guillett" wrote:

try a sumproduct formula
=sumproduct((a4:a22=a1)*(a4:a22<a2))

--
Don Guillett
SalesAid Software

"jrheinschm" wrote in message
...
I am a fairly new excel user. I am a contractor and wish to find out how
many
estimates we send out weekly from a dated list. We typically have many
estimates daily and wish to determine over a specific amount of time
the
number of estimates.
I'm sure this is an easy one, once again fairly new at this.

Thanks much for the help






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Counting dates, within a list of dates

=sumproduct(--(a4:a22=a1),--(a4:a22<a2),--(D4:D22=1))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"jrheinschm" wrote in message
...
A B C D E F
1 3/21 1
2 3/28 1
3 4/15 2
4 4/18 1
5 1/28 2
6 2/15 1
7 2/28 1

Dates to count 2/28 - 4/18 but only if D is 1. the answer would be 4?

"jrheinschm" wrote:

Now I need to add to what You've helped me with.
Determine how many dates are in a specific date range, but only if

another
column shows a 1 instead of a 2 ??

"Don Guillett" wrote:

glad it helped


--
Don Guillett
SalesAid Software

"jrheinschm" wrote in message
...
Don,
How very simple is my mind, or very complex is yours. You R the man!

It of
course does what I need, Thanks

"Don Guillett" wrote:

try a sumproduct formula
=sumproduct((a4:a22=a1)*(a4:a22<a2))

--
Don Guillett
SalesAid Software

"jrheinschm" wrote in

message
...
I am a fairly new excel user. I am a contractor and wish to find

out how
many
estimates we send out weekly from a dated list. We typically have

many
estimates daily and wish to determine over a specific amount of

time
the
number of estimates.
I'm sure this is an easy one, once again fairly new at this.

Thanks much for the help








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
update cells to today date in a list of dates Bill Excel Worksheet Functions 1 March 19th 06 12:30 AM
update cells to today date in a list of dates Bill Excel Worksheet Functions 1 March 17th 06 12:26 AM
How to generate a random list of weekDAYS between two dates? Yanzel Muniz Excel Worksheet Functions 1 September 22nd 05 12:45 AM
How to lookup the dates of a list that are only the first of the . Snaggle22 Excel Worksheet Functions 3 April 12th 05 10:39 PM
FILTER OUT DATES IN LIST Lisa Excel Worksheet Functions 1 January 31st 05 02:17 PM


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