Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Sumif based on dates

I have a table that in one column lists a date and in another column a dollar
amount.

On the same sheet I have second table that in one column lists a date. In
another column I want to add up the dollar amounts from the first table for
dates equal to or less than the date in the second table.

I thought that SUMIF would work, but it is not. I am getting zeros. I
think there is a problem with the criteria. I used <=D12, where D12 is the
cell in table 2 that contains the date. (I also tried it with quotation
marks). But it is not working. Any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Sumif based on dates

Try it like this:

Sumif(criteriaRange,"<="&D12,sumRange)


"IlliniEric" wrote:

I have a table that in one column lists a date and in another column a dollar
amount.

On the same sheet I have second table that in one column lists a date. In
another column I want to add up the dollar amounts from the first table for
dates equal to or less than the date in the second table.

I thought that SUMIF would work, but it is not. I am getting zeros. I
think there is a problem with the criteria. I used <=D12, where D12 is the
cell in table 2 that contains the date. (I also tried it with quotation
marks). But it is not working. Any suggestions?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Sumif based on dates

Perfect! Thanks.

"Teethless mama" wrote:

Try it like this:

Sumif(criteriaRange,"<="&D12,sumRange)


"IlliniEric" wrote:

I have a table that in one column lists a date and in another column a dollar
amount.

On the same sheet I have second table that in one column lists a date. In
another column I want to add up the dollar amounts from the first table for
dates equal to or less than the date in the second table.

I thought that SUMIF would work, but it is not. I am getting zeros. I
think there is a problem with the criteria. I used <=D12, where D12 is the
cell in table 2 that contains the date. (I also tried it with quotation
marks). But it is not working. Any suggestions?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Sumif based on dates

You're Welcome!


"IlliniEric" wrote:

Perfect! Thanks.

"Teethless mama" wrote:

Try it like this:

Sumif(criteriaRange,"<="&D12,sumRange)


"IlliniEric" wrote:

I have a table that in one column lists a date and in another column a dollar
amount.

On the same sheet I have second table that in one column lists a date. In
another column I want to add up the dollar amounts from the first table for
dates equal to or less than the date in the second table.

I thought that SUMIF would work, but it is not. I am getting zeros. I
think there is a problem with the criteria. I used <=D12, where D12 is the
cell in table 2 that contains the date. (I also tried it with quotation
marks). But it is not working. Any suggestions?

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 formula based on dates linnipen Excel Worksheet Functions 2 September 24th 08 11:10 PM
sumif using dates txm49 Excel Discussion (Misc queries) 3 October 9th 07 08:11 PM
SUMIF & COUNTIF based on dates Danny Excel Worksheet Functions 10 July 23rd 07 10:36 PM
I want to use sumif to sum up a column based on a range of dates Ricky from Pine Island Excel Worksheet Functions 2 April 13th 07 03:04 PM
SUMIF and Dates Mike Excel Worksheet Functions 7 December 14th 05 06:16 PM


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