I need help with vlookup.

I have a spreadsheet with the following information I need to key in

In cell F2 I need to enter Total Hours 8
In cell F3 I need to enter Total Plts 104
In cell F4 I need to enter P/P Hour 13
In cell F5 I need to enter Start Time 7

I can have up to 5 different entries in the spreadsheet any one time.

The problem is when I do a vlookup in cells N9 to O49
I should get the following

N9 = Monday Day O9 = 09:00
N10 = Monday Day O10 = 11:00
N11 = Monday Day O11 = 13:00
N12= Monday Day O12 = 15:00

But I get in cell N12 = Friday Night, O12 = 06:00

The vlookup in column B need to get ever 26th value.


Here is some more data to enter for example

Line A Line B Line C Line D Line E
Total Hours 83 37 36 8 0
Total Plts 149 124 119 104 0
P/P Hour 2 3 3 13 0
Start Time 41 37 91 7 0


i've attached a test file for info.

Any help will much appreciated

Many Thanks