Hi,
How Can I count how many of the column "User" is "Jack" and the Column "Daily Email" is "Done"?
I want to make 1 calculation for both, how many users have these values.
I treid doing the following: (It didn't work..)
=COUNTIF(User:User, "Jack" + [Daily Email]:[Daily Email] "Done")
Thank you!