Getting Weekly Numbers from a range where dates are in a single row

justme101

Board Regular
Joined
Nov 18, 2017
Messages
67
Office Version
  1. 365
Platform
  1. Windows
Hello Experts,

I have a excel sheet where names of the participants of a daily quiz are saved, along with the answers they submitted and if they did not participate that day, the corresponding cell for that day is marked as "No Answer". A sample is given below:

Team Members05-04-202106-04-202107-04-202108-04-202112-04-202115-04-202116-04-202119-04-2021
John WickA, B & CC) 1, 2, 3 & 4D) 1, 2, 3 & 4No AnswerNo AnswerB) 2 Only;TrueA & B
Agent 42No AnswerNo AnswerNo AnswerFalseNo AnswerC) 1 & 2;No AnswerA & B
Ezio AuditoreA, B & CD)1 & 4No AnswerTrueTrueNo AnswerNo AnswerA & B
WeekNumber>1515151516161617

What I need, is to show a chart which shows "participation %" for 1) All Team Members, and 2) Individual Team Members, on a weekly basis. I am confused as to how to even start. Any help is appreciated. Thank you, in anticipation.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi

Create a data summary table as shown below.

Enter the following formula in C12 and copy it down to C14 and across to E14

=SUMPRODUCT(--(($C$3:$J$5<>"No Answer")*($C$7:$J$7=C$11)*($B$3:$B$5=$B12)))

in Cell c15 and copy it across E15

=SUM(C12:C14)

in Cell C17 to E17

=SUMPRODUCT(--(($C$3:$J$5<>"")*($C$7:$J$7=C11)))



1623907792202.png


Then calculate the % and create a graph you want. A sample chart is shown below.


1623907988572.png


Kind regards

Saba
 
Upvote 0

Forum statistics

Threads
1,215,575
Messages
6,125,612
Members
449,238
Latest member
wcbyers

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top