Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Using SUMIFS with date range

I am trying to sum a column of cells if several criteria are met...1. equal
to specific customer name, 2. is greater than or equal to a beginning date
entered into a specific cell and 3. is less than or equal to an end date
entered into another specific cell. I can get the formula to work if I use
the beginning and end dates in the SUMIFS formula, but I don't want to change
the formula each time I run the spread. So I want to be able to data enter
the begin and end dates in certain cells (line in B1 and B2) so I only change
those dates to recalculate the totals.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Using SUMIFS with date range

Something like this:

=sumifs(A:A,B:B,B3,C:C,"="&B1,D:D,"<="&B2)

Regards,
Fred

"Catrina" wrote in message
...
I am trying to sum a column of cells if several criteria are met...1. equal
to specific customer name, 2. is greater than or equal to a beginning date
entered into a specific cell and 3. is less than or equal to an end date
entered into another specific cell. I can get the formula to work if I
use
the beginning and end dates in the SUMIFS formula, but I don't want to
change
the formula each time I run the spread. So I want to be able to data
enter
the begin and end dates in certain cells (line in B1 and B2) so I only
change
those dates to recalculate the totals.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Using SUMIFS with date range

Hi
I assume you enter the customer name in A1, start day in B1 and finish day
in B2. then your information starts with customers name in cell A5, dates in
B5 and you want to summarize column C

=sumproduct(--($A$5:$A$1000=$A$1),--($B$5:$B$1000=$B$1),--($B$5:$B$1000<=$B$2),$C$5:$C$1000)

"Catrina" wrote:

I am trying to sum a column of cells if several criteria are met...1. equal
to specific customer name, 2. is greater than or equal to a beginning date
entered into a specific cell and 3. is less than or equal to an end date
entered into another specific cell. I can get the formula to work if I use
the beginning and end dates in the SUMIFS formula, but I don't want to change
the formula each time I run the spread. So I want to be able to data enter
the begin and end dates in certain cells (line in B1 and B2) so I only change
those dates to recalculate the totals.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Using SUMIFS with date range

Perfect. Thank you!

"Fred Smith" wrote:

Something like this:

=sumifs(A:A,B:B,B3,C:C,"="&B1,D:D,"<="&B2)

Regards,
Fred

"Catrina" wrote in message
...
I am trying to sum a column of cells if several criteria are met...1. equal
to specific customer name, 2. is greater than or equal to a beginning date
entered into a specific cell and 3. is less than or equal to an end date
entered into another specific cell. I can get the formula to work if I
use
the beginning and end dates in the SUMIFS formula, but I don't want to
change
the formula each time I run the spread. So I want to be able to data
enter
the begin and end dates in certain cells (line in B1 and B2) so I only
change
those dates to recalculate the totals.


.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Using SUMIFS with date range

You're welcome. Thanks for the feedback.

Fred

"Catrina" wrote in message
...
Perfect. Thank you!

"Fred Smith" wrote:

Something like this:

=sumifs(A:A,B:B,B3,C:C,"="&B1,D:D,"<="&B2)

Regards,
Fred

"Catrina" wrote in message
...
I am trying to sum a column of cells if several criteria are met...1.
equal
to specific customer name, 2. is greater than or equal to a beginning
date
entered into a specific cell and 3. is less than or equal to an end
date
entered into another specific cell. I can get the formula to work if
I
use
the beginning and end dates in the SUMIFS formula, but I don't want to
change
the formula each time I run the spread. So I want to be able to data
enter
the begin and end dates in certain cells (line in B1 and B2) so I only
change
those dates to recalculate the totals.


.


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
Find Last cell in Range when range is date format default105 Excel Discussion (Misc queries) 5 July 7th 09 04:11 PM
Sumifs - incorrect when using date in critera Kathy Excel Worksheet Functions 3 November 19th 08 06:39 PM
SUMIFS based on date SeanU Excel Worksheet Functions 3 October 13th 08 11:25 PM
Sumifs with error value in the sum range stylissimo Excel Discussion (Misc queries) 10 July 30th 08 06:55 PM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 02:59 PM


All times are GMT +1. The time now is 12:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"