Display Holiday Icons on Timesheet

Sh8dyDan

New Member
Joined
Dec 20, 2023
Messages
25
Office Version
  1. 365
Platform
  1. Windows
I'm building a timesheet for myself. I want to add holiday icons at the top of the timesheet for the holidays that fall within the timesheet's date range. I have tabs named "Timesheet" and "Holidays". I have a named range for holidays "HolidaysRotatingShift". It is a work in progress and I have been doing alright. I just can't figure out what I need to do to have Excel look at the date column on the tab Timesheet, compare those dates in the defined name range on the Holidays tab, and then in cell P3 on the Timesheet tab display all the icon of the holidays within the Date column.

Thank you in advance,
Dan N.


Timesheet.jpg Holidays.jpg
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Try:

Book1
DEFOP
312 Hour Rotating Shift Timesheet🎄🎁🎉
4
5Date
612/18/2023
712/19/2023
812/20/2023
912/21/2023
1012/22/2023
1112/23/2023
1212/24/2023
1312/25/2023
1412/26/2023
1512/27/2023
1612/28/2023
1712/29/2023
1812/30/2023
1912/31/2023
201/1/2024
Sheet2
Cell Formulas
RangeFormula
P3P3=CONCAT(FILTER(Holidays!J6:J16,(Holidays!L6:L16>=MIN(D6:D25))*(Holidays!L6:L16<=MAX(D6:D25))))
 
Upvote 1
Solution
Try:

Book1
DEFOP
312 Hour Rotating Shift Timesheet🎄🎁🎉
4
5Date
612/18/2023
712/19/2023
812/20/2023
912/21/2023
1012/22/2023
1112/23/2023
1212/24/2023
1312/25/2023
1412/26/2023
1512/27/2023
1612/28/2023
1712/29/2023
1812/30/2023
1912/31/2023
201/1/2024
Sheet2
Cell Formulas
RangeFormula
P3P3=CONCAT(FILTER(Holidays!J6:J16,(Holidays!L6:L16>=MIN(D6:D25))*(Holidays!L6:L16<=MAX(D6:D25))))
Thank you, worked perfectly.
 
Upvote 0
Hey - pretty cool question. This would never have occurred to me. I think some of my workbooks are going to be more fun soon....
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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