Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default sumif statement with date column

Help,

I'm trying to create a tracking form with a column filled with dates ie:
C6:C26 I would like to look for a range of dates by quarter and count data in
another column ie: E6:E26. I can't seem to set a date range in the C column
and get it to count. I'm a novice so please be gentle.

Thanks,
Frank
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default sumif statement with date column

count data in another column ie: E6:E26.

What exactly do you want to count in that column? Cells that are not empty?

Try this...

Use cells to hold your date boundaries:

A6 = lower date boundary
B6 = upper date boundary

Then:

=SUMPRODUCT(--(C6:C26=A6),--(C6:C26<=B6),--(E6:E26<""))

--
Biff
Microsoft Excel MVP


"rsqrn" wrote in message
...
Help,

I'm trying to create a tracking form with a column filled with dates ie:
C6:C26 I would like to look for a range of dates by quarter and count data
in
another column ie: E6:E26. I can't seem to set a date range in the C
column
and get it to count. I'm a novice so please be gentle.

Thanks,
Frank



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default sumif statement with date column

Hmmm...

The subject line says "sumif" but in the post you said "count".

If you do want a conditional sum try this.

Still using cells to hold your date boundaries...

=SUMIF(C6:C26,"="&A6,E6:E26)-SUMIF(C6:C26,""&B6,E6:E26)


--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
count data in another column ie: E6:E26.


What exactly do you want to count in that column? Cells that are not
empty?

Try this...

Use cells to hold your date boundaries:

A6 = lower date boundary
B6 = upper date boundary

Then:

=SUMPRODUCT(--(C6:C26=A6),--(C6:C26<=B6),--(E6:E26<""))

--
Biff
Microsoft Excel MVP


"rsqrn" wrote in message
...
Help,

I'm trying to create a tracking form with a column filled with dates ie:
C6:C26 I would like to look for a range of dates by quarter and count
data in
another column ie: E6:E26. I can't seem to set a date range in the C
column
and get it to count. I'm a novice so please be gentle.

Thanks,
Frank





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
Sumif function with a date range condition statement COskibum Excel Discussion (Misc queries) 4 July 24th 08 07:15 PM
SUMIF statement with AND statement Eric D Excel Discussion (Misc queries) 2 July 14th 08 07:24 PM
sumif statement Jackie Excel Discussion (Misc queries) 7 March 9th 06 04:40 PM
Date Format Inside of a SUMIF Statement Minitman Excel Worksheet Functions 9 June 13th 05 07:52 PM
Help please, IF statement/SUMIF statement Brad_A Excel Worksheet Functions 23 January 11th 05 02:24 PM


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