Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
ROC ROC is offline
external usenet poster
 
Posts: 2
Default Count widgets between two dates - Excel 2003

I want to count the number of Widgets by type in column A (Widget x, Widget
y, Widget z) which were sold on or after 01/01/07 and before 02/01/07
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 221
Default Count widgets between two dates - Excel 2003

Try this, Roc:
http://www.officearticles.com/excel/...soft_excel.htm

Of course, you need COUNTIF instead of SUMIF.
****************************
Hope it helps!
Anne Troy
www.OfficeArticles.com
****************************
"ROC" wrote in message
...
I want to count the number of Widgets by type in column A (Widget x, Widget
y, Widget z) which were sold on or after 01/01/07 and before 02/01/07



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Count widgets between two dates - Excel 2003

Try this:

=SUMPRODUCT(--(A1:A10="Widget
z"),--(B1:B10=DATE(2007,1,1)),--(B1:B10<DATE(2007,2,1)))

Better to use cells to hold the criteria:

D1 = Widget z
E1 = 1/1/2007
F1 = 2/1/2007

=SUMPRODUCT(--(A1:A10=D1),--(B1:B10=E1),--(B1:B10<F1))

Biff

"ROC" wrote in message
...
I want to count the number of Widgets by type in column A (Widget x, Widget
y, Widget z) which were sold on or after 01/01/07 and before 02/01/07



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
charting how many widgets over time [email protected] Charts and Charting in Excel 3 May 1st 06 08:05 PM
Are there any free XL widgets out there ... Speedmaster Excel Discussion (Misc queries) 2 February 22nd 06 03:49 PM
need to convert list of dates to count no. of dates by week neowok Excel Worksheet Functions 13 January 30th 06 03:54 PM
count number of years 2003 in a range of dates Stan Altshuller Excel Worksheet Functions 2 May 3rd 05 07:15 PM
count dates in excel skchth Excel Discussion (Misc queries) 6 March 3rd 05 12:35 AM


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