News1 min ago
Countif / Sumif In Excel
2 Answers
I have a spreadsheet in Excel and am trying to count the number of issues per dept. that have gone past due.
What is the best formula to use ?
Depts are in column G and dates in column L
Thanks
What is the best formula to use ?
Depts are in column G and dates in column L
Thanks
Answers
Best Answer
No best answer has yet been selected by andyGTBristol. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Firstly, I would add an extra column (e.g. in M) to calculate if something is overdue, e.g. 1 if overdue, 0 if not. Then you can do a SUMIF function on the department column using the new overdue indicator in column M to add them up.
So your formula would be something like =SUMIF(G1:G50,"dept name",M1:M50)
That will then add up all the overdue dates for "dept name".
(I hope that formula comes out ok on here, they sometimes don't!)
So your formula would be something like =SUMIF(G1:G50,"dept name",M1:M50)
That will then add up all the overdue dates for "dept name".
(I hope that formula comes out ok on here, they sometimes don't!)
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.