Booking Calendar

nickharr

Active Member
Joined
Apr 8, 2008
Messages
251
Office Version
  1. 2019
Platform
  1. Windows
Hi - I'm trying to put together a bookings calendar which is working out okay apart from when I get to a change over day when ideally I need two names against a particular date - the name of the person leaving and the name of the person coming in.
I have two worksheets - one named "Bookings" and the other named "Calendar". In Bookings I have Column A as Date from, Column B Date to and Column C the persons name plus various other columns that are not relevant to this query. The Calendar worksheet is just a basic year to view split into 52 x 7 day rows with a blank row in between. The blank rows are filled with the following formula =IFERROR(INDEX(Bookings!$C$2:$C$200,MATCH(1,(Bookings!$A$2:$A$200<=A1)*(Bookings!$B$2:$B$200>=A1),0)),"")
In the Bookings worksheet I have something like this
1/1/18 8/1/18 John
8/1/18 15/1/18 Jim
15/1/18 22/1/18 Jill

My problem is with the 8/1/18 and 15/1/18 in that I really need to see John/Jim for the 8th and Jim/Jill for the 15th. At present I only get John for the 8th and Jim for the 15th.

If anyone had any suggestions how I might achieve this, I would be very grateful!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,071
Latest member
cdnMech

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