Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
nancy
 
Posts: n/a
Default How do I count in a range of dates?

I have column A with dates, Colum B with $. I want to sum a dollar amount,
only if it falles within the date range.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default How do I count in a range of dates?

=sumif(a:a,"="&date(2005,1,1),b:b)-sumif(a:a,"="&date(2005,2,1),b:b) should
give you the total for Jan '05. Change the date ranges to suit your needs.

"nancy" wrote:

I have column A with dates, Colum B with $. I want to sum a dollar amount,
only if it falles within the date range.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default How do I count in a range of dates?

=SUMPRODUCT(--(A2:A200=--"2005-11-01"),--(A2:A200<=--"2005-11-30"),B2:B200)

you could put the dates in cells and test those cells

--

HTH

RP
(remove nothere from the email address if mailing direct)


"nancy" wrote in message
...
I have column A with dates, Colum B with $. I want to sum a dollar

amount,
only if it falles within the date range.



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
Character Count Range of Cells Naz Excel Discussion (Misc queries) 0 May 29th 05 10:28 PM
Count cells based on date range in another column [email protected] New Users to Excel 1 May 5th 05 08:11 PM
Find (Today-21) in a range of dates JG Excel Discussion (Misc queries) 4 March 15th 05 03:59 PM
Sum between a range of dates Bruce Excel Worksheet Functions 3 January 5th 05 02:25 AM
Excel: How to return count for each cell within date range criter. Louisa Excel Worksheet Functions 0 November 5th 04 11:58 AM


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