Hello,
I have a table the looks like the following;
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Jan
[/TD]
[TD]Feb
[/TD]
[TD]Mar
[/TD]
[TD]Total
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]11.75
[/TD]
[TD]6.00
[/TD]
[TD]17.75
[/TD]
[/TR]
[TR]
[TD]21.50
[/TD]
[TD]19.75
[/TD]
[TD][/TD]
[TD]41.25
[/TD]
[/TR]
</TBODY>[/TABLE]
These are total hours calculations.
How do I convert the Total column to days? I got the Total/24, but I need it to look like the following. For example, 17.75 should read 18 Hours and 41.25 should read 1 Day XX Hours (pardon my math )
I have a table the looks like the following;
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Jan
[/TD]
[TD]Feb
[/TD]
[TD]Mar
[/TD]
[TD]Total
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]11.75
[/TD]
[TD]6.00
[/TD]
[TD]17.75
[/TD]
[/TR]
[TR]
[TD]21.50
[/TD]
[TD]19.75
[/TD]
[TD][/TD]
[TD]41.25
[/TD]
[/TR]
</TBODY>[/TABLE]
These are total hours calculations.
How do I convert the Total column to days? I got the Total/24, but I need it to look like the following. For example, 17.75 should read 18 Hours and 41.25 should read 1 Day XX Hours (pardon my math )
Last edited: