Actually,
Perhaps this formula should do it...in J9
=LOOKUP(H8,{5,"5s",6,7},{0,30,15,30})+LOOKUP(I8,{"Africa","Euro","Offshore UK","Offshore WW","South America","UK","USA/Aus","West Africa"},{80,50,110,150,70,40,60,90})+LOOKUP(J8,{7,8,9,10,11,12},{15,15,15,30,30,30})
It consists of 3 LOOKUPs for each of H8, I8, J8 inputs.
You will see that the 1st argument in each Lookup is the reference cell, the 2nd argument is an array of Lookup Values (they must be in ascending order), and the 3rd argument is an array of respective corresponding results...
You may need to change/adjust to suit.
You can then copy the formula to the other daily cells.
Hope that helps.
Bookmarks