I am attempting to take info from a column from two different sheets and combine the total.
The formula I am working with to perform this for a single column is:
=COUNTIF({Project Plan - Project A Range 1},="Complete")
I tried using the following:
=COUNTIFS({Project Plan - Project A Range 1}, ="Complete", {Project Plan - Project B Range 1}, ="Complete")
However I only get the output for the first one. Any help?