Lookup participants and time of meetings to create an automatic calendar schedule

NaverNiels

New Member
Joined
Apr 16, 2023
Messages
3
Office Version
  1. 365
Platform
  1. MacOS
I am making a meeting overview of an event. I create each meeting down the rows and mark an "x" under each participant and time of the meeting (both along the columns). Hereafter I would like to make separate cellar overview where it automatically marks "free", "booked" or "double-booked" for each person at a given time. Example below.

Meeting table:
| | John | Mary | Mike | 3 pm | 4 pm | 5 pm | 6 pm |
|-------------|-------|-------|-------|-------|--------|-------|-------|
| Meeting 1 | x | | x | x | | | |
| Meeting 2 | | x | x | | x | | |
| Meeting 3 | x | x | | | | | x |
| Meeting 4 | x | | x | | | | x |

Calendar overview:
| Time | John | Mary | Mike |
|--------|-------------------|------------------|------------------|
| 3 pm | Booked | Free | Booked |
| 4 pm | Free | Booked | Booked |
| 5 pm | Free | Free | Free |
| 6 pm | Double-Booked | Booked | Booked |

How do I lookup the time each person are booked and count if there are potential double-bookings?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I am making a meeting overview of an event. I create each meeting down the rows and mark an "x" under each participant and time of the meeting (both along the columns). Hereafter I would like to make separate cellar overview where it automatically marks "free", "booked" or "double-booked" for each person at a given time. Example below.

Meeting table:
| | John | Mary | Mike | 3 pm | 4 pm | 5 pm | 6 pm |
|-------------|-------|-------|-------|-------|--------|-------|-------|
| Meeting 1 | x | | x | x | | | |
| Meeting 2 | | x | x | | x | | |
| Meeting 3 | x | x | | | | | x |
| Meeting 4 | x | | x | | | | x |

Calendar overview:
| Time | John | Mary | Mike |
|--------|-------------------|------------------|------------------|
| 3 pm | Booked | Free | Booked |
| 4 pm | Free | Booked | Booked |
| 5 pm | Free | Free | Free |
| 6 pm | Double-Booked | Booked | Booked |

How do I lookup the time each person are booked and count if there are potential double-bookings?
 

Attachments

  • Screenshot 2023-04-17 at 08.37.37.png
    Screenshot 2023-04-17 at 08.37.37.png
    123.1 KB · Views: 2
Upvote 0

Forum statistics

Threads
1,215,604
Messages
6,125,792
Members
449,260
Latest member
Mrw1

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