Groovy Chick
Board Regular
- Joined
- Oct 10, 2017
- Messages
- 75
- Office Version
- 2016
- Platform
- Windows
Hi, I have two columns in a spreadsheet - one is a year and the other a data validation field yes/no. I want to count the number of instances of yes/no by year so wrote the following formula =
. However, it's returning zero. Can anyone tell me what I'm doing wrong? Many thanks.
Code:
COUNTIFS(QNSAPList!$W:$W,"2011",$X:$X,"Open")