How can I add multiple events to the calendar in Excel without overlapping?

unalivedpingu

New Member
Joined
Jul 23, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
so I have a calendar made in Excel with 3 cells under each date which is where I want the events to populate, however I don't really know the exact formula to do that. Currently I have a table with the events and I'm using the following formula to highlight the dates the events fall on:

IF(B4="",FALSE,SUMPRODUCT((B4>=INDIRECT("Table7[Start]"))*(B4<=INDIRECT("Table7[End]"))))

Where B4 is the starting date of the calendar, Table7 is the table of events, Start is the start date of the event and End is the end date of the events.

calendar.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJ
1
2
3
4JULYAUGUSTSEPTEMBEREventColourEvents
51NoEvent DescriptionStartEnd
6MTWTFSSMTWTFSSMTWTFSS232-Aug-2021#################
71234112345349-Aug-2021#################
8456-Sep-2021#################
956###################################
1074-Oct-20218-Oct-2021
11567891011234567867891011128###################################
1298-Nov-2021#################
1310###################################
14116-Dec-2021#################
151213141516171891011121314151314151617181912###################################
16133-Jan-20227-Jan-2022
1714###################################
18157-Feb-2022#################
1919202122232425161718192021222021222324252616###################################
20177-Mar-2022#################
2118###################################
22
232627282930312324252627282927282930NoEventDescriptionStartEnd
2411###################################
2512##################1-Oct-2021
26138-Nov-2021#################
273031146-Dec-2021#################
28
29NoEventDescriptionStartEnd
3015###################################
31168-Nov-2021#################
32
33OCTOBERNOVEMBERDECEMBERNoEventDescriptionStartEnd
3417###################################
35MTWTFSSMTWTFSSMTWTFSS18###################################
36123123456712345
37NoEventDescriptionStartEnd
38196-Sep-2021#################
39204-Oct-20218-Oct-2021
40456789108910111213146789101112211-Nov-2021#################
41
42
43
44111213141516171516171819202113141516171819
45
46
47
48181920212223242223242526272820212223242526
49
50
51
522526272829303129302728293031
53
54
55
56
57
58
59
Training Calendar
Cell Formulas
RangeFormula
AI6:AJ6,AI34:AJ35AI6=Events!B9
AI7:AJ7AI7=Events!D9
AI8:AJ8AI8=Events!B10
AI9:AJ9AI9=Events!D10
AI10:AJ10AI10=Events!B11
AI11:AJ11AI11=Events!D11
AI12:AJ12AI12=Events!B12
AI13:AJ13AI13=Events!D12
AI14:AJ14,AI30:AJ31AI14=Events!B13
AI15:AJ15AI15=Events!D13
AI16:AJ16AI16=Events!B14
AI17:AJ17AI17=Events!D14
AI18:AJ18,AI24:AJ24AI18=Events!B15
AI19:AJ19,AI25:AJ25AI19=Events!D15
AI20:AJ20,AI26:AJ26AI20=Events!B16
AI21:AJ21,AI27:AJ27AI21=Events!D16
F7:H7,S52:V52,K52,C52:H52,S48:X48,K48:P48,C48:H48,S44:X44,K44:P44,C44:H44,S40:X40,K40:P40,C40:H40,K27,S23:U23,K23:P23,C23:G23,S19:X19,K19:P19,C19:H19,S15:X15,K15:P15,C15:H15,S11:X11,K11:P11,C11:H11F7=E7+1
B11,R52,J52,B52,R48,J48,B48,R44,J44,B44,R40,J40,B40,J27,R23,J23,B23,R19,J19,B19,R15,J15,B15,R11,J11B11=H7+1
AI38:AJ40AI38=Events!C44
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B6:X32,B4,I5,I4:J4,Q5,Q4:R4,B35:X90,B33,I34,I33:J33,Q34,Q33:R33Expression=IF(B4="",FALSE,SUMPRODUCT((B4>=INDIRECT("Table7[Start]"))*(B4<=INDIRECT("Table7[End]"))))textNO
B6:X32,B4,I5,I4:J4,Q5,Q4:R4,B35:X90,B33,I34,I33:J33,Q34,Q33:R33Expression=IF(B4="",FALSE,SUMPRODUCT((B4>=INDIRECT("Table6[Start]"))*(B4<=INDIRECT("Table6[End]"))))textNO
B6:X32,B4,I5,I4:J4,Q5,Q4:R4,B35:X90,B33,I34,I33:J33,Q34,Q33:R33Expression=IF(B4="",FALSE,SUMPRODUCT((B4>=INDIRECT("Table5[Start]"))*(B4<=INDIRECT("Table5[End]"))))textNO
B6:X32,B4,I5,I4:J4,Q5,Q4:R4,B35:X90,B33,I34,I33:J33,Q34,Q33:R33Expression=IF(B4="",FALSE,SUMPRODUCT((B4>=INDIRECT("Table4[Start]"))*(B4<=INDIRECT("Table4[End]"))))textNO
B6:X32,B4,I5,I4:J4,Q5,Q4:R4,B35:X90,B33,I34,I33:J33,Q34,Q33:R33Expression=IF(B4="",FALSE,SUMPRODUCT((B4>=INDIRECT("Table3[Start]"))*(B4<=INDIRECT("Table3[End]"))))textNO
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

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