Data Table to Calendar in Excel

snaplink22

Board Regular
Joined
Jul 6, 2018
Messages
129
Hello,

I have a data table that I would like to convert into an Excel calendar in the same workbook. I've scoured the internet and have not been able to find a solution to my challenge.

Here is an example that I found online of what I'm looking to recreate:

1590696763664.png
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
This is quite an involved process if using VBA programming.

Considerations:
1. How many months of calendar do you want to create
2. If multiple months, which is the first month, last month
3. How many rows do you want for entries in each day

Requirements:
1. An interface to input or select Start Month, End Month
2. An interface to define the number of rows per day (number fo entries allowed per day)
3. A reference table to link the Date to a Cell on the calendar

Transferring the activities into the Calendar:
1. Loop through the date and activity
2. Look up the cell against the date in the date-cell reference list
3. Post the activity into the first available cell, subsequent activities into the next row, etc.
4. Repeat until no more activity
 
Upvote 0
After the Requirements (previous post):
Create the calendar based on the specifications
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,214
Members
449,074
Latest member
cancansova

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