help creating a seating chart

amazonmcguire

New Member
Joined
Apr 11, 2012
Messages
1
Hello,
I was wondering if someone knew a way I could create a seating chart that fills x number of cells based on values from another sheet.. Using Excel 2003. Example sheet 1 would have class names and sizes. then sheet 2 would fill in the cells based on the class size.

Example sheet 1

Science class = 23 students
Art Class = 30 students
Music Class = 28 students
Math class = 22 students

Sheet 2 would have a seating template (for a school assembly) and would fill 23 cells with science (or a red colour or SC) then fill 30 cells with a blue colour or the word art etc...
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Excel Workbook
ABCDEFGHIJKLM
1ClassStudentsLayout
2Science class2312345678910
3Art Class3011121314151617181920
4Music Class2821222324252627282930
5Math class2231323334353637383940
641424344454647484950
751525354555657585960
8CodeRange61626364656667686970
9SCI171727374757677787980
10ART2481828384858687888990
11MUS54919293949596979899100
12MAT82101102103104105106107108109110
13FREE104
14Seatings
15SCI
16
17
18
19
20
21
22
23
24
25
Sheet3
Excel 2007
Cell Formulas
RangeFormula
B9=SUM($B$2:C2)-B2+1
B10=SUM($B$2:C3)-B3+1
B11=SUM($B$2:C4)-B4+1
B12=SUM($B$2:C5)-B5+1
B13=SUM($B$2:C6)-B6+1
D15=LOOKUP(D2,$B$9:$B$13,$A$9:$A$13)


Drag D15 down and right according to the layout. the rest you can adjust to your own seating layout. Just create the code table and input the formula in D15.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,243
Members
449,075
Latest member
staticfluids

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