Like this
Excel 2010
<tbody>
[TD="align: center"]1[/TD]
[TD="align: right"]174[/TD]
</tbody>
Sheet2
[TABLE="width: 85%"]
<tbody>[TR]
[TD]
Worksheet Formulas[TABLE="width: 100%"]
<tbody>[TR="bgcolor: #DAE7F5"]
[TH="width: 10"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
[TR]
[TH="width: 10, bgcolor: #DAE7F5"]B1[/TH]
[TD="align: left"]=INT(
A1/7) & " weeks and " & MOD(
A1,7) & " days"[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
i wonder what the ouput would be with 70 days?
10 weeks and 0 days