Hi all,
I am hoping for some assistance, please. I think i'm losing my mind.
I'm working on a spreadsheet (forecast) where I am trying to calculate the amounts for each value between two dates from a drop down.
In this example, I want to return all the values between 01/01/2024 & 10/01/2024 (Australia Date Format)
Under forecast which shows a value of $408k in the image:
DATA!C:C = Date Range (Date + Expected Delay = Date)
DATA!B:B = Values
=SUMIFS(Data!C:C,Data!B:B,">=01/01/2024",Data!B:B,"<=10/01/2024")
The formula seems to work ok on this test, however, for some reason, even this formula isn't picking up all my values in my real spreadsheet.
For example, on my real spreadsheet using the example same formula (just with dates manually entered) it returns only 303 out of the 335 from the list where the date is equal to or greater than 01/01/2024 and equal to or lower than 10/01/2024. Any thoughts here?
I'm also having issues trying to adjust the formula to read from a cell drop down that contains the start and end date, as a opposed to manually writing them in the formula.
FROM DATE = I7
TO DATE = L7
=SUMIFS(Data!C:C,Data!B:B,">=I7",Data!B:B,"<=L7") - It just returns a zero value.
Any assistance would be appreciated.
I am hoping for some assistance, please. I think i'm losing my mind.
I'm working on a spreadsheet (forecast) where I am trying to calculate the amounts for each value between two dates from a drop down.
In this example, I want to return all the values between 01/01/2024 & 10/01/2024 (Australia Date Format)
Under forecast which shows a value of $408k in the image:
DATA!C:C = Date Range (Date + Expected Delay = Date)
DATA!B:B = Values
=SUMIFS(Data!C:C,Data!B:B,">=01/01/2024",Data!B:B,"<=10/01/2024")
The formula seems to work ok on this test, however, for some reason, even this formula isn't picking up all my values in my real spreadsheet.
For example, on my real spreadsheet using the example same formula (just with dates manually entered) it returns only 303 out of the 335 from the list where the date is equal to or greater than 01/01/2024 and equal to or lower than 10/01/2024. Any thoughts here?
I'm also having issues trying to adjust the formula to read from a cell drop down that contains the start and end date, as a opposed to manually writing them in the formula.
FROM DATE = I7
TO DATE = L7
=SUMIFS(Data!C:C,Data!B:B,">=I7",Data!B:B,"<=L7") - It just returns a zero value.
Any assistance would be appreciated.