excelnoob20
New Member
- Joined
- Nov 28, 2019
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi there,
I am currently trying to create a dynamic calendar in excel.
A disclaimer upfront: my username checks out. This is literally my second day working with excel formulas. I have done some VBA in Word before but that's it.
So my idea is to mark certain cells in my calendar in color green when a vacation is ongoing (see picture attached)
Here in Germany there are certain ranges of holidays, e.g. from Jan 01 until Jan 06. I would like to mark every value in between these two ones. I am aware on how conditional formatting works, but I am desperate enough with those date values now that I have created an account on this forum here.
What I have:
I have a table where I manually inserted the start and end dates of the holidays into and calculated the duration. (Structure below, date format "DD.MM.YYYY")
Furthermore I have some conditional formatting ongoing for Saturdays and Sundays as well as other public holiday here (marked in yellow, see picture attached)
Now for the problem...
I have absolutely no idea how to create this without VBA. For this project specifically I am not allowed to use vba and I think it must be possible without it.. I have tried a little bit with VLOOKUP and MATCH but have not been successful at all.
Can anyone help out?
Thank you.
I am currently trying to create a dynamic calendar in excel.
A disclaimer upfront: my username checks out. This is literally my second day working with excel formulas. I have done some VBA in Word before but that's it.
So my idea is to mark certain cells in my calendar in color green when a vacation is ongoing (see picture attached)
Here in Germany there are certain ranges of holidays, e.g. from Jan 01 until Jan 06. I would like to mark every value in between these two ones. I am aware on how conditional formatting works, but I am desperate enough with those date values now that I have created an account on this forum here.
What I have:
I have a table where I manually inserted the start and end dates of the holidays into and calculated the duration. (Structure below, date format "DD.MM.YYYY")
Start | End | #Days (End-Start+1) |
01.01.2020 | 06.01.2020 | 6 |
06.04.2020 | 18.04.2020 | 13 |
... |
Furthermore I have some conditional formatting ongoing for Saturdays and Sundays as well as other public holiday here (marked in yellow, see picture attached)
Now for the problem...
I have absolutely no idea how to create this without VBA. For this project specifically I am not allowed to use vba and I think it must be possible without it.. I have tried a little bit with VLOOKUP and MATCH but have not been successful at all.
Can anyone help out?
Thank you.