• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Scheduling Table

I am trying to complete the table with the given data, but i am unable to complete the table. I wasn't able to get the result that i need from column DE to column ZH.

Thanks in advance.
 

Attachments

You had a few $ signs in the wrong place and so when it was copied it wasn't referencing the correct cells

M6 should be:
=IF(OR($M$1=$K6,$M$1=$L6),"Off",IF(AND(M$5>=$D6,M$5<=($D6+$E$5),$D6<>""),IF($F6="",1,IF(AND(M$5>=$F6,M$5<=($F6+$F$5)),$F$4,IF($G6="",1,IF(AND(M$5>=$G6,M$5<($G6+$G$5)),$G$4,IF($H6="",1,IF(AND(M$5>=$H6,M$5<=($H6+$H$5)),$H$4,1)))))),"-"))

Then you copy that across and down

When you copy it to Column DE, you have to change references to M to DE
The again at Column GW etc
 
So that was my error. I have been trying to figure this one out for days, and you did it in a matter of time.

Thanks a lot for providing answers/ideas for guys like me.
 
Back
Top