Hi
I am trying write a formula that will count the cell in column "J" with certain words total them and then minus the number of cells in column ''E" with a certain word. This is my formula but it does not come up with the correct total.
=COUNTIF(Table!J:J,"Pending Closure")+COUNTIF(Table!J:J,"Pending Report Response")+COUNTIF(Table!J:J,"Closed - Done")-COUNTIF(Table!E:E,"Cancel")
It should come up with 14.
The words in column "J" add to 16 and then it should minus the number of times the word "Cancel" appears in column "E" which is 2, so I should get a total of 14. The formula returns the number 3.
Thanks
Ralph
Bookmarks