Schedule tracker - just need to return a yes if anyone of multiple people can do time/day

leon_mc

New Member
Joined
Feb 10, 2020
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hi,

Any help is appreciated. I have attached some sample data.

From Columns A to P, i have a list of dates and then a timetable where various people have advised they can be available at certain time blocks. Each different row on the same date represents a different person that has given their availability for that day. This is collapsed from a much larger list, the unique names aren't important, just the dates and time availability on that date are needed.

I wish to consolidate this information into one master row per day and collapse all the 'Yes' responses into a single row format. So as long as anyone one of the people have indicated that on that day, at that specific time, they can be available then the master/consolidated row should be marked as 'Yes' on that day, at that time. If no one has selected 'yes' on that day, at that time, then no result should appear on the master/consolidated row.

I am looking for this result to be entered into rows T to AH.

I have included a sample row as an example - T4:AH4.

It seems pretty simple, I just haven't had to consolidate data in this fashion previously so am at a loss as to how to proceed on this.

Thanks in advance!
 

Attachments

  • Capture.JPG
    Capture.JPG
    140 KB · Views: 9

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi,

I have made the following solution. You can test it here.

leon_mc.xlsx
ABCDEFGHIJKLMNO
1Days8910111213Days8910111213
21YesYesYes1YesYes  Yes 
312Yes Yes   
41Yes3      
514      
62
72Yes
82Yes
93
103
113
123
134
144
Sheet1
Cell Formulas
RangeFormula
J2:O5J2=IF(SUMPRODUCT(($B$2:$G$16="Yes")*($A$2:$A$16=$I2)*($B$1:$G$1=J$1)),"Yes","")
 
Upvote 0
Thanks for the feedback and good luck!

J.Ty.
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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