View Single Post
 
Old 05-13-2015, 09:09 AM
gebobs gebobs is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

Welcome...so for the above, do you want 2,4,0,3,3 or are all JANs to be combined?

For the former, enter the following formula in the first row after the last column of answers. So if the data start in row 1 and there are seven columns as above:

=countif(B1:G1,"Y")

Copy it down the list.

Then if you want to combine all JANs, you would make another list elsewhere with each month, say in column J. Then in K you would have:

=SUMIF(A:A,J1,H:H)

See attached file if this makes sense.
Attached Files
File Type: xlsx a.xlsx (9.7 KB, 9 views)
Reply With Quote