Hi,
I have setup a data table using Excel 2010. One of my columns is the Due Date for receivables. Another column is the amount due ($Amount). Outside the data table I have setup 2 columns for my date ranges – they are titled StartDate and EndDate. All three of the date columns have the same date format.
I am trying to write a formula that will give me the sum total for my $Amount column for those dates in the Due Date column that meet the criteria of the date range that I have selected as the StartDate and EndDate.
I have come up with the following formula:
=SUMIFS(Table1[$ Amount],Table1[Due Date],">=P2",Table1[Due Date],"<=Q2")
which results in 0 instead of the correct summing of values in the $Amount column for those Due Dates that fall in the date range selected. In the above formula, P2 is the start date for my date range and Q2 is the end date for my date range. I’m scratching my head on this one.
I have setup a data table using Excel 2010. One of my columns is the Due Date for receivables. Another column is the amount due ($Amount). Outside the data table I have setup 2 columns for my date ranges – they are titled StartDate and EndDate. All three of the date columns have the same date format.
I am trying to write a formula that will give me the sum total for my $Amount column for those dates in the Due Date column that meet the criteria of the date range that I have selected as the StartDate and EndDate.
I have come up with the following formula:
=SUMIFS(Table1[$ Amount],Table1[Due Date],">=P2",Table1[Due Date],"<=Q2")
which results in 0 instead of the correct summing of values in the $Amount column for those Due Dates that fall in the date range selected. In the above formula, P2 is the start date for my date range and Q2 is the end date for my date range. I’m scratching my head on this one.