whiteafro1
New Member
- Joined
- Feb 13, 2017
- Messages
- 2
I have a workbook with multiple sheets. Each sheet has the dates listed in column A (1/1/17, 1/2/17, 1/3/17 etc). In columns B:K are yes or no answers for each date. I am trying to create a summary sheet that lists the total number of Yes answers for each month and the total number of no answers for the month. I created this formula to run on the summary sheet =SUMPRODUCT(COUNTIF(INDIRECT("'"&L2&"'!$B1:K999"),"yes")) where L2 has the name of my sheet. This will give me the total number of yes answers on each sheet, but I need to only count them if the date in column A is in January for example.
Any help is greatly appreciated.
Any help is greatly appreciated.