My work uses sharepoint to create schedules, but the sharepoint interface is sometimes buggy and requires an internet connection to do work. We've created an excel spreadsheet that is editable offline, and that uses a formatted worksheet for the user to enter data. This then reorganize cells to make it conducive to copying and pasting into sharepoint directly. Our user entry worksheet has a timeline area at the top, and then several rows of information that are data entry for each event that is displayed on the timeline, one event per row. Each event has an event number that is listed in the data entry section, and a series of takeoff and land times. What I'd like to do is have the user enter the event number in the timeline area, and then have it find the event data and use conditional formatting to fill in cells based on whether or not the times are between takeoffs and landings. We have a timeline header area with times listed that can be used for comparison. The user won't want to display every event, so he needs to be able to pick which event to display. The table is essentially formatted like below, with an event # listed on the left below the timeline area, and several rows of takeoff/landing times to the right of it. I know vlookup won't work, but I can't figure out what to do.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]0930[/TD]
[TD]1000[/TD]
[TD]1030[/TD]
[TD]1100[/TD]
[TD]1130[/TD]
[TD]1200[/TD]
[TD]1230[/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]#[/TD]
[TD]XXXX[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]#[/TD]
[TD][/TD]
[TD]XXXX[/TD]
[TD]XXXX[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]event[/TD]
[TD]name[/TD]
[TD][/TD]
[TD][/TD]
[TD]1st[/TD]
[TD]0900[/TD]
[TD]0945[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]number#[/TD]
[TD][/TD]
[TD][/TD]
[TD]2nd[/TD]
[TD]1045[/TD]
[TD]1130[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]3rd[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4th[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]event[/TD]
[TD]name[/TD]
[TD][/TD]
[TD][/TD]
[TD]1st[/TD]
[TD]1000[/TD]
[TD]1100[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]number#[/TD]
[TD][/TD]
[TD][/TD]
[TD]2nd[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]3rd[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4th[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]0930[/TD]
[TD]1000[/TD]
[TD]1030[/TD]
[TD]1100[/TD]
[TD]1130[/TD]
[TD]1200[/TD]
[TD]1230[/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]#[/TD]
[TD]XXXX[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]#[/TD]
[TD][/TD]
[TD]XXXX[/TD]
[TD]XXXX[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]event[/TD]
[TD]name[/TD]
[TD][/TD]
[TD][/TD]
[TD]1st[/TD]
[TD]0900[/TD]
[TD]0945[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]number#[/TD]
[TD][/TD]
[TD][/TD]
[TD]2nd[/TD]
[TD]1045[/TD]
[TD]1130[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]3rd[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4th[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]event[/TD]
[TD]name[/TD]
[TD][/TD]
[TD][/TD]
[TD]1st[/TD]
[TD]1000[/TD]
[TD]1100[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]number#[/TD]
[TD][/TD]
[TD][/TD]
[TD]2nd[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]3rd[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4th[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]