Hi everyone,
I am trying to figure out a function that will do the following:
I have six(6) sheets. The first five(5) represent day of the week (Monday, Tuesday...) and the last sheet has the week totals. In each sheet, cell I5 will have either "Yes" or "No" text that was entered by the user. On the last sheets I5, I am looking to total up the number of "Yes" responses from the other 5 sheets.
Please note, the I5 cells in sheets 1-5 have a drop down menu that allows the user to select "yes" or "no". I originally wanted to use the COUNTIF function to do this but it seems like having the drop down validation on the cells doesn't allow the COUNTIF function to count the number of "yes".
So for example the function would work like this: if the user selects "yes" on Monday and Wedndesday sheets, the last sheets I5 cell will have "2" in the cell.
Bookmarks