List from Multiple sources

Kazaard

New Member
Joined
Apr 30, 2021
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am looking to make a list across multiple tabs into one big list.

Column A contains a unique identifier (which is concat of date and name). The Column starts at Row 28 titled Index
Column C contains date.(there are multiple date of the same value) The Column starts at Row 28 titled Date
Column F contains name (there are multiple unique names, however its the same names each day) The Column starts at Row 28 titled Adviser
Cell Formulas
RangeFormula
C29C29=B2
D29:D60D29=TEXT(C29,"dddd")
E29:E60E29=VLOOKUP(C29,List!$C$2:$D$372,2,FALSE)
C51:C60,C30:C49C30=C29
F46:F49F46=IFNA(VLOOKUP(B46,$B$4:$C$23,2,FALSE),"")
A29:A60A29=CONCAT(C29,F29)
B50:B60,F51:F60B50=B29
C50C50=C49+1

Event1
Column EA contains Booking 1 start time (e.g 08:00) The Column starts at Row 29 titled Start
Column EB contains Booking 1 end time (e.g 08:45) The Column starts at Row 29 titled End
Column EC contains Booking 2 start time (e.g 10:15) The Column starts at Row 29 titled Start
Column ED contains Booking 2 end time (e.g 11:00) The Column starts at Row 29 titled End
Column EE contains Booking 1 start time (e.g 12:45) The Column starts at Row 29 titled Start
Column EF contains Booking 1 end time (e.g 13:30) The Column starts at Row 29 titled End
Column EG contains Booking 2 start time (e.g 17:45) The Column starts at Row 29 titled Start
Column EH contains Booking 2 end time (e.g18:00) The Column starts at Row 29 titled End
Column EI contains Booking 2 start time (e.g empty) The Column starts at Row 29 titled Start
Column EJ contains Booking 2 end time (e.g empty) The Column starts at Row 29 titled End
Event 2
Is the same layout as Event 1 only trough cells FZ-GI
Event 3
Is the same layout ad Event 1 only trough cells HY-IH
Copy of BCC Book In form.xlsm
EAEBECEDEEEFEGEHEIEJ
27Booking 1Booking 2Booking 3Booking 4Booking 5
28
29StartEndStartEndStartEndStartEndStartEnd
308:00:008:45:0010:15:0011:00:0012:45:0013:30:0017:45:0018:00:00
31 
32 
33 
34 
35 
3615:00:0015:45:00
37 
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50StartEndStartEndStartEndStartEndStartEnd
518:00:008:45:0010:15:0011:00:0012:45:0013:30:0017:45:0018:00:00
52 
53 
54 
55 
56 
5715:00:0015:45:00
58 
59 
60 
61 
62 
Team1
Cell Formulas
RangeFormula
EA30:EH30,EA57:EB57,EA52:EA56,EA58:EA62,EA51:EH51,EA36:EB36,EA31:EA35,EA37:EA49EA30=IFERROR(Kazaard(CL30:DZ30),"")
Dynamic array formulas.


Now the sheet will contain all of the dates for one month going all the way down for one Team of names. e.g all of the above is only for Team1

I need these bookings to be displayed in a separate sheet in a list format missing out all the blanks in the bookings like the below.

Copy of BCC Book In form.xlsm
ABCDE
1NameDateEventStartEnd
2Agent107/05/2021Event 108:0008:00
3Agent107/05/2021Event 108:4510:15
4Agent107/05/2021Event 111:0012:45
5Agent107/05/2021Event 112:4513:30
6Agent107/05/2021Event 117:4518:00
7Agent107/05/2021Event 209:0009:30
8Agent107/05/2021Event 312:0013:00
9Agent207/05/2021Event 109:4510:00
10Agent207/05/2021Event 112:0013:00
11Agent207/05/2021Event 211:0012:00
12Agent207/05/2021Event 316:0017:00
13Agent108/05/2021Event 108:0008:00
14Agent108/05/2021Event 108:4510:15
15Agent108/05/2021Event 111:0012:45
16Agent108/05/2021Event 112:4513:30
17Agent108/05/2021Event 117:4518:00
18Agent108/05/2021Event 209:0009:30
19Agent108/05/2021Event 312:0013:00
20Agent208/05/2021Event 109:4510:00
21Agent208/05/2021Event 112:0013:00
22Agent208/05/2021Event 211:0012:00
23Agent208/05/2021Event 316:0017:00
Sheet6


There will be multiple tabs e.g Team1,Team2,Team 3 ect and they all needs to idealy eventually feed into one list. Or 3 seperate lists for each event.

If anyone could help me with the above would really appreciate it for formulas or VBA would be great. Im not sure how to feed all the information I need into the list without doing a lot of manual adjustments and lookups, and I am sure there is a better way of doing this.

Thanks in advance

Kaz.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,216,085
Messages
6,128,733
Members
449,465
Latest member
TAKLAM

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