Notifications
Clear all
General Excel Questions & Answers
2
Posts
2
Users
0
Reactions
64
Views
Topic starter
What formula should I put into the GH2 cell if I want to sum projects that are due in a particular date range?
Posted : 24/09/2021 3:42 pm
Hi Matthew,
You can use SUMIFS referencing dates.
e.g. =SUMIFS(B2:B8,C2:C8,">="&G1,C2:C8,"<="&H1)
However, the data in your attached file is all text. You need to convert it to numbers and dates for the formula to work. You can use Power Query to fix numbers formatted as text if you have a lot of data.
Mynda
Posted : 24/09/2021 7:14 pm