Good Afternoon. I would appreciate it if someone could provide me with guidance on the issue I am trying to solve. Thank you for taking the time to assist me.
We have 31 people performing some testing on a new process. To ensure the testers know what to test, we created a spreadsheet containing the user stories (Column B). There are 6 personas that the testers will be assigned during the testing (Manager, Chef, Wait Staff, Sous Chef, FOHM, BOHM). These are tabs in the spreadsheet. Beside each user story is a drop-down list for the tester to input the status of their test for each user story (In Progress, Not Started, Completed Successfully, Completed Unsuccessfully). The statuses are in Columns D, F, and H of each tab (Persona).
I am trying to gather a total of each status per tab (persona).
So far, I have not had much luck. I have a feeling the issue is with the range name as it consists of every other column (D, F, and H). I have played around with every count formula to no avail. Below is one of them that I tried.
Thank you in advance for any help.
Shauna
We have 31 people performing some testing on a new process. To ensure the testers know what to test, we created a spreadsheet containing the user stories (Column B). There are 6 personas that the testers will be assigned during the testing (Manager, Chef, Wait Staff, Sous Chef, FOHM, BOHM). These are tabs in the spreadsheet. Beside each user story is a drop-down list for the tester to input the status of their test for each user story (In Progress, Not Started, Completed Successfully, Completed Unsuccessfully). The statuses are in Columns D, F, and H of each tab (Persona).
I am trying to gather a total of each status per tab (persona).
So far, I have not had much luck. I have a feeling the issue is with the range name as it consists of every other column (D, F, and H). I have played around with every count formula to no avail. Below is one of them that I tried.
- Created a Defined name for each tab (persona) (example =Manager!$D$3:$D$10,Manager!$F$3:$F$10,Manager!$H$3:$H$10).
- =COUNTIF(Manager,"In Progress"). A #Value! error message was returned.
Thank you in advance for any help.
Shauna