Hi all,
I am trying to do a planning schedule, which includes different earnings, such as; sick days, holiday earned, lieue days earned/taken, compensation earned/taken. The hoiday earned, and sick days were very simple because all I did was color code "H" for Holiday, and to the very right had a column in which it counted the "H"for holidays so that we know how many remains.
I encountered the problem when I need to sum hours earned in different ways, such as Lieue Hours, and Compensation Hours.
LE+amount of hours = LE1.25, and so on. LE = Lieue Earned.
LT+amount of hours = LT1.25, and so on. LT = Lieue Taken.
CT+amount of hours = CT1.25, and so on. CT = Compensation Taken.
CE+Amount of hours = CE1.25, and so on. CE = Compensation Earned.
[TABLE="class: grid, width: 350"]
<tbody>[TR]
[TD]
[TD]1 May
[/TD]
[TD]2 May
[/TD]
[TD]3 May
[/TD]
[TD]4 May
[/TD]
[TD]5 May
[/TD]
[TD]6 May
[/TD]
[TD]7 May
[/TD]
[TD]Lieue Earned
[/TD]
[TD]Lieue Taken
[/TD]
[TD]Comp. Earned
[/TD]
[TD]Comp. Taken
[/TD]
[/TR]
[TR]
[TD]Peter
[/TD]
[TD]CE2.25
[/TD]
[TD][/TD]
[TD][/TD]
[TD]CT1.25
[/TD]
[TD][/TD]
[TD]LE4.25
[/TD]
[TD]LT3.25
[/TD]
[TD]4.25
[/TD]
[TD]3.25
[/TD]
[TD]2.25
[/TD]
[TD]1.25
[/TD]
[/TR]
[TR]
[TD]Pan
[/TD]
[TD][/TD]
[TD]CE1.25
[/TD]
[TD]CT1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]LE4
[/TD]
[TD]LT4
[/TD]
[TD]4
[/TD]
[TD]4
[/TD]
[TD]1.25
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Rose
[/TD]
[TD]CE1.5
[/TD]
[TD]CT1.5
[/TD]
[TD][/TD]
[TD]LE5
[/TD]
[TD]LT4
[/TD]
[TD][/TD]
[TD][/TD]
[TD]5
[/TD]
[TD]4
[/TD]
[TD]1.5
[/TD]
[TD]1.5
[/TD]
[/TR]
[TR]
[TD]Bert
[/TD]
[TD][/TD]
[TD]CE1.25
[/TD]
[TD]CT0.5
[/TD]
[TD][/TD]
[TD]LE5
[/TD]
[TD]LT5
[/TD]
[TD][/TD]
[TD]1.25
[/TD]
[TD]0.5
[/TD]
[TD]LE5
[/TD]
[TD]LT5
[/TD]
[/TR]
</tbody>[/TABLE]
I have scowered the net but unable to find anything that helps. I tried the sum if right / left code but didnt get it to work..
Please, if anyone has tips for me?
I am trying to do a planning schedule, which includes different earnings, such as; sick days, holiday earned, lieue days earned/taken, compensation earned/taken. The hoiday earned, and sick days were very simple because all I did was color code "H" for Holiday, and to the very right had a column in which it counted the "H"for holidays so that we know how many remains.
I encountered the problem when I need to sum hours earned in different ways, such as Lieue Hours, and Compensation Hours.
LE+amount of hours = LE1.25, and so on. LE = Lieue Earned.
LT+amount of hours = LT1.25, and so on. LT = Lieue Taken.
CT+amount of hours = CT1.25, and so on. CT = Compensation Taken.
CE+Amount of hours = CE1.25, and so on. CE = Compensation Earned.
[TABLE="class: grid, width: 350"]
<tbody>[TR]
[TD]
Name
[/TD]
[TD]1 May
[/TD]
[TD]2 May
[/TD]
[TD]3 May
[/TD]
[TD]4 May
[/TD]
[TD]5 May
[/TD]
[TD]6 May
[/TD]
[TD]7 May
[/TD]
[TD]Lieue Earned
[/TD]
[TD]Lieue Taken
[/TD]
[TD]Comp. Earned
[/TD]
[TD]Comp. Taken
[/TD]
[/TR]
[TR]
[TD]Peter
[/TD]
[TD]CE2.25
[/TD]
[TD][/TD]
[TD][/TD]
[TD]CT1.25
[/TD]
[TD][/TD]
[TD]LE4.25
[/TD]
[TD]LT3.25
[/TD]
[TD]4.25
[/TD]
[TD]3.25
[/TD]
[TD]2.25
[/TD]
[TD]1.25
[/TD]
[/TR]
[TR]
[TD]Pan
[/TD]
[TD][/TD]
[TD]CE1.25
[/TD]
[TD]CT1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]LE4
[/TD]
[TD]LT4
[/TD]
[TD]4
[/TD]
[TD]4
[/TD]
[TD]1.25
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Rose
[/TD]
[TD]CE1.5
[/TD]
[TD]CT1.5
[/TD]
[TD][/TD]
[TD]LE5
[/TD]
[TD]LT4
[/TD]
[TD][/TD]
[TD][/TD]
[TD]5
[/TD]
[TD]4
[/TD]
[TD]1.5
[/TD]
[TD]1.5
[/TD]
[/TR]
[TR]
[TD]Bert
[/TD]
[TD][/TD]
[TD]CE1.25
[/TD]
[TD]CT0.5
[/TD]
[TD][/TD]
[TD]LE5
[/TD]
[TD]LT5
[/TD]
[TD][/TD]
[TD]1.25
[/TD]
[TD]0.5
[/TD]
[TD]LE5
[/TD]
[TD]LT5
[/TD]
[/TR]
</tbody>[/TABLE]
I have scowered the net but unable to find anything that helps. I tried the sum if right / left code but didnt get it to work..
Please, if anyone has tips for me?