Rotating Parking List

Adamba

New Member
Joined
May 8, 2018
Messages
1
Hey,


So, I'm trying to create a monthly parking list for my office.
we got X employees, and 2 parking spots.
I got 2 sheets:
1. Employee Details - List of employee names, list of license plate, and if the employee wishes to use the parking or not.
2. Results - A list that should be field with the names of the employees who wishes to park this month, and their license plate.


What I want to achieve is:
Each parking spot should be field with the employee names that wishes to park that month, on each day of the month.
If the employee list is shorter then the days in month, it will rotate the list.
I need to eliminate duplication in the parking spots (one employee can't use 2 parking spots on the same day)


I can't use VBA, cause the excel will be in Google Sheets.


I've tried to use INDEX MATCH for that, but I couldn't rotate the name list.


Here's an example of the sheet "Employee Details"
NameLicense PlateParking?
John Doe88-111-22yes
Tina Fey11-111-11yes
Jerry Seinfeld88-588-88no
Chris Rock66-666-66no
Axl Rose23-123-11yes
Natalie Portman66-222-11no

<tbody>
</tbody>

Here's an example of the sheet "Results"

DateDayParking Spot 1Parking Spot 1 - License PlateParking Spot 2Parking Spot 2 - License Plate
05/06/18Sunday
05/07/18Monday
05/08/18Tuesday
05/09/18Wednesday
05/10/18Thursday

<tbody>
</tbody>



Thanks,
Adam
 

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.

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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