B
Ben
I can claim for meals within these rules
Breakfast at £6 if I start before 07:30
Lunch at £7 for working less than 10hrs
Evening meal at £11 for working after 18:30
But I can only claim for breakfast OR evening meal NOT BOTH
Therefore since the evening meal is worth more...
I have started along the lines of an =IF formula but have come unstuck
I started with =IF((C6<TIMEVALUE("07:30")),6,0) for the breakfast
cell.
This gives me the problem that when the time cell is empty it shows I
can claim £6 for breakfast, as well as not taking into account that if
an evening meal can be claimed to show nothing.
Breakfast at £6 if I start before 07:30
Lunch at £7 for working less than 10hrs
Evening meal at £11 for working after 18:30
But I can only claim for breakfast OR evening meal NOT BOTH
Therefore since the evening meal is worth more...
I have started along the lines of an =IF formula but have come unstuck
I started with =IF((C6<TIMEVALUE("07:30")),6,0) for the breakfast
cell.
This gives me the problem that when the time cell is empty it shows I
can claim £6 for breakfast, as well as not taking into account that if
an evening meal can be claimed to show nothing.