Seat allocation formula

proficient

Well-known Member
Joined
Apr 10, 2012
Messages
745
Office Version
  1. 2016
Platform
  1. Windows
  2. Mobile
I need a formula for seat allocation at an event.

The event has 5 tables and I want a formula that secures an allocation of seats for each attendee based on a simple excel list of contacts.
The room has 5 tables and all delegates (50) are seated at the tables simultaneously. (10 per table)

Each attendee must visit all tables (numbers 1-5) during the day but should be sitting with a new group of people at all times.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
There is not an Excel formula that will do all of this or you.

It would need to be done using VBA.

Would you be willing to dispense with either of the criteria to simply the process?

Could you have more tables?
 
Upvote 0
I am watching this post just for curiosity. It's like round robin algorithm with more than 2 elements to match. I searched the web and found nothing like this. I am looking forward to see the result.
 
Upvote 0
I've given it a go but as there is a one in five chance of being allocated a seat on a particular table
the chance of being at a table with someone more than once is high.

On top of this someone cannot sit on the same table more than once.

I'd love to see someone crack this one because I'm stuck at the moment.
 
Upvote 0
Yes, also you can't distribute 10 person in a table each to 5 tables on the next round according to pigeon hole theroem without overlapping some of them.

This is quite impossible. I am looking forward to hear more from the original poster.
 
Upvote 0
I generated a unique random number between 1 and 50 (representing the 50 people) and then tried to allocate each person a seat going through each sitting and table in turn.

As soon as getting to the 5th table on the second sitting I came across problems.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

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