Hi
I am hoping someone can help me... this is my first post so please bear with me
I am writing what will become a job planner so that i can see what jobs my guys are working on on which days. I have almost got there but i am stuck on the INDEX MATCH. I have a raw data tab showing:
RawData.JPG
I then have a separate tab to show the job per person, per day :
Planner.JPG
What i have managed to do is get the job for that person, on that day to show. To get the job number I looked up the person and the date (concatenated) and get the job number - =IFERROR(INDEX(RawData!$A:$I,MATCH($A7&B$5,RawData!$A:$A,0),2),"")
But what i really need to do is to look at the plan date for that person and if that date falls between the start and end date to show the job number. The added complication is that there may be more than one job for that person on that day so i'm not sure how to get around that but for now just the first job on tat day will suffice. I hope i have explained myself well enough but please let me know if i haven't... any help would be gratefully received, thanks
Bookmarks