Formula for calendar population

didier

New Member
Joined
Aug 11, 2016
Messages
10
hi guys,

Need your help

i have you help with a formula

i need to populate a calendar according to a table that i have.

at the moment i was able to do it for the time using the below formula:

{=IFERROR(INDEX($C$9:$C$72,MATCH(1,($O$10=$E$9:$E$72)*(N12=$F$9:$F$72)*($N$8=$I$9:$I$72)*($Q$11=$J$9:$J$72),0)),"")}

however now i would like to introduce the duration from 30 min to 4 hrs.

the result should be that the slot should be highlighted depending on the duration.
i have attached a screen shot of what my file looks like

Img Safe | Free Image Host | Home

any help would be appreciated

Thank you
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
change: (N12=$F$9:$F$72)
in: ($N12>=$F$9:$F$72)*($N12<=$H$9:$H$72)
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,219
Members
452,619
Latest member
Shiv1198

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