Hi!
I want to work out a total number of files we have overdue. I have got as far as adding up all projects that do not include the category completed using:
=COUNT([Project Category]:[Project Category]) - COUNTIF([Project Category]:[Project Category], "Complete")
I now want it to not include the project category "With Consultant" too.
Then, i want it to only count the ones remaining if another column called date Completion date is before the start of the month.
Thanks for your help in advance!