Wedding Planner

McKnze21

New Member
Joined
Feb 29, 2020
Messages
9
Office Version
  1. 2019
Platform
  1. Windows
  2. MacOS
Hi All,

Hope all are well!!

Looking for a little assistance with an Excel spreadsheet I am creating for a friend to organise her wedding. I have a tab for a seating plan from the guest list which is on another tab and I'd like if possible for the names to automatically be placed in some sort of table layout??

Also, I have a column on the guest list tab next to the names which I want to show the table & seat number. Is there a formal or way of having Excel search the seating plan and then for the table and seat that the name corresponds to, then enter that result in to the column on the Guest tab?

I have attached spreadsheet for you all to see. Any advice on how to make this so much better is welcomed!!

THanks!!
 
Ok, slight change to the formulae on the day tab.
In C2
Excel Formula:
=IF(A2="","",IFERROR(INDEX('Seating Plan'!$N$4:$Z$4,AGGREGATE(15,6,(COLUMN('Seating Plan'!$N$4:$Z$4)-COLUMN('Seating Plan'!$N$4)+1)/('Seating Plan'!$N$5:$Z$16=A2),1)),""))
And in D2
Excel Formula:
=IF(A2="","",IFERROR(INDEX('Seating Plan'!$M$5:$M$16,AGGREGATE(15,6,(ROW('Seating Plan'!$M$5:$M$16)-ROW('Seating Plan'!$M$5)+1)/('Seating Plan'!$N$5:$Z$16=A2),1)),""))

Then in N2 filled down put
Excel Formula:
=IFERROR(INDEX($A$2:$A$156,AGGREGATE(15,6,(ROW($A$2:$A$156)-ROW($A$2)+1)/($C$2:$C$156="")/($A$2:$A$156<>""),ROWS(N$2:N2))),"")

Then on the formula tab select Name Manager, New In the Name box put Guests & in the Refers to box put
Excel Formula:
=OFFSET(Day!$N$2,0,0,LOOKUP(2,1/(Day!$N$2:$N$200<>""),ROW(Day!$N$2:$N$200)-ROW(Day!$N$2)+1))
Finally, change the data validation source from
Excel Formula:
=Day!$A$2:$A$156
to
Excel Formula:
=Guests
this will remove the names from the list once they have been allocated a table.
 
Last edited:
Upvote 0

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
What is the need for the N2 Forumlae? Just out of curiosity?

It seems to all work well apart from the N2 fill down starts from A8 so it misses out the first 6 names? Any idea for this?

Amazing help by the way!! Very much appreciated!!
 
Upvote 0
The formula in N2 on the Day sheet shows all guests who have not been allocated a seat, so the dropdowns on the Seating Plan sheet only shows the names of the guests who have not been given a seat.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,094
Latest member
teemeren

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