Hello,
I am interested in entering data for several months on one worksheet and displaying the totals and percentages from each month, as well as the cumulative data, on another worksheet.
The formula I am using for one of these data ranges is =COUNTIF(Data!I3:I39,"Yes")/COUNTA(Data!I3:I39) where "Data" is the name of my worksheet with the data entry and "yes" is the response for the percentage of entries answered yes. I've added a column for date entered and formatted in full month, date, and year, so the full month name can be another identifier to separate the individual data.
I've tried =COUNTIF(Data! E3:E39, "*June*")(Data!I3:I39,"Yes")/COUNTA(Data!I3:I39) and a few variations with the parentheses in different places, but am not having luck.
The conditions I want met are:
Calculate percentage of entries that were answered yes for all
Calculate percentage of entries that were answered yes for June (and every month)
Thanks in advance!!!
Sarah
Bookmarks