Hello,
I'm looking for a formula that will multiply a value based on the time codes of Regular (no multiplier), Overtime (1.5 multiplier) and Premium(2 multiplier).
The download from our accounting software displays as follows:
[TABLE="width: 117"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD] Type [/TD]
[TD] Hours [/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] Regular [/TD]
[TD]0.50[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] Regular [/TD]
[TD]0.25[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] Regular [/TD]
[TD]0.50[/TD]
[/TR]
</tbody>[/TABLE]
Can an IF statement be developed for this?
Thank you,
Jen
I'm looking for a formula that will multiply a value based on the time codes of Regular (no multiplier), Overtime (1.5 multiplier) and Premium(2 multiplier).
The download from our accounting software displays as follows:
[TABLE="width: 117"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD] Type [/TD]
[TD] Hours [/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] Regular [/TD]
[TD]0.50[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] Regular [/TD]
[TD]0.25[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] Regular [/TD]
[TD]0.50[/TD]
[/TR]
</tbody>[/TABLE]
Can an IF statement be developed for this?
Thank you,
Jen