Excel Calendar using data from a list.

LEFROGUE

New Member
Joined
Jul 16, 2023
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I have a list of events that I want to be pulled into a calendar so it can be displayed easily.


The calendar is just a generic Excel template.

Is there a formula that will be able to pull the info from the table and place it into the correct dates on the calendar?

The calendar has a drop-down list for months. Do you think this is an issue? Or would a year calendar be easier for it to pull through?

My Xl2bb is not working on this laptop. If someone needs it I can add it.

Appreciate it thankyou.
 

Attachments

  • Mr excel.png
    Mr excel.png
    17.9 KB · Views: 8
  • calendar excel.png
    calendar excel.png
    31.1 KB · Views: 8

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I don't know how you do your calendar. Does each cell with a day of the month contain the whole date and you are just showing the day?

I made some calendar up and then put schedule items in there from a list.
MrExcelPlayground20.xlsx
BCDEFGHIJKLMNOPQ
1NameCountryCityStartEndSectorComments
2Tech SummitUKLondon1/2/20241/5/2024IT
3Medical ConferenceSEAASST1/31/20242/5/2024Medicine
4Insurance ExpoUAEDubai3/16/20243/20/2024Insurance
5Tolkien MootUKCambridge1/5/20241/8/2024Literature
6Baseball GameUSANew York3/17/20243/17/2024Sports
7RetreatCanadaVancouver2/28/20243/2/2024Well Being
8
92024January
10JanuaryMondayTuesdayWednesdayThursdayFridaySaturdaySunday
11February01020304050607
12March Tech Summit UK, London ITTech Summit UK, London ITTech Summit UK, London ITTech Summit UK, London IT Tolkien Moot UK, Cambridge LiteratureTolkien Moot UK, Cambridge LiteratureTolkien Moot UK, Cambridge Literature
13April08091011121314
14MayTolkien Moot UK, Cambridge Literature      
15June15161718192021
16July       
17August22232425262728
18September       
19October29303101020304
20Novemeber  Medical Conference SEA, ASST MedicineMedical Conference SEA, ASST MedicineMedical Conference SEA, ASST MedicineMedical Conference SEA, ASST MedicineMedical Conference SEA, ASST Medicine
21December05060708091011
22Medical Conference SEA, ASST Medicine      
Sheet18
Cell Formulas
RangeFormula
K11K11=VALUE(L9&" 1, "&K9)-WEEKDAY(VALUE(L9&" 1, "&K9))+2
L11:Q11,L13:Q13,L15:Q15,L17:Q17,L19:Q19,L21:Q21L11=K11+1
K12:Q12,K14:Q14,K16:Q16,K18:Q18,K20:Q20,K22:Q22K12=LET(v,K11,w,$E$2:$E$7,x,$F$2:$F$7,y,$B$2:$B$7,yy,$C$2:$C$7,yyy,$D$2:$D$7,yyyy,$G$2:$G$7,a,y&CHAR(10)&yy&", "&yyy&CHAR(10)&yyyy,b,(v>=w)*(v<=x),c,IFERROR(TEXTJOIN(CHAR(10)&CHAR(10),TRUE,FILTER(a,b>0)),""),c)
K13,K15,K17,K19,K21K13=Q11+1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
K12:Q12,K14:Q14,K16:Q16,K18:Q18,K20:Q20,K22:Q22Expression=MONTH(VALUE($L$9&" 1, "&$K$9))<>MONTH(K11)textNO
K11:Q11,K13:Q13,K15:Q15,K17:Q17,K19:Q19,K21:Q21Expression=MONTH(VALUE($L$9&" 1, "&$K$9))<>MONTH(K11)textNO
Cells with Data Validation
CellAllowCriteria
L9List=$B$10:$B$21
 
Upvote 0
Hello,
I have a similar issue but am not sure if the current calendar format would support that. I found the initial calendar format online and it works.

1701273995084.png


Like the initial poster, I have a separate table template with dates that I want to populate into the calendar. I can expand the size of the calendar, but each cell already has the formula to calculate each date.


The table on the right updates depending on the month/year. Can the info from a separate worksheet still populate the calendar? I am also looking at templates for Power BI. Would that actually be a better choice?
 
Upvote 0

Forum statistics

Threads
1,215,077
Messages
6,122,991
Members
449,094
Latest member
masterms

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