I have the formula below in a cell B9:
="Total This Sheet" & " " &"$" &SUM(C9:Q9)&" Equals "& ROUND(SUM(C9:Q9),2)/11&" HRS"
Test
<TABLE style="BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 2pt; PADDING-RIGHT: 2pt; FONT-FAMILY: Arial,Arial; FONT-SIZE: 10pt" border=1 cellSpacing=0 cellPadding=0><COLGROUP><COL style="WIDTH: 30px; FONT-WEIGHT: bold"><COL style="WIDTH: 182px"><COL style="WIDTH: 74px"><COL style="WIDTH: 74px"><COL style="WIDTH: 74px"><COL style="WIDTH: 74px"></COLGROUP><TBODY><TR style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt; FONT-WEIGHT: bold"><TD></TD><TD>B</TD><TD>C</TD><TD>D</TD><TD>E</TD><TD>F</TD></TR><TR style="HEIGHT: 25px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">9</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00; FONT-SIZE: 8pt; FONT-WEIGHT: bold">Total This Sheet $73 Equals 6.63636363636364 HRS</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #00ffff; FONT-SIZE: 8pt">25.00</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #00ffff; FONT-SIZE: 8pt">24.00</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #00ffff; FONT-SIZE: 8pt">14.00</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #00ffff; FONT-SIZE: 8pt">10.00</TD></TR></TBODY></TABLE>
Is it possible to somehow format the Total hours to one or two decimal places instead of what is showing.
I have tried to format the Cell (number, text, general, etc) to no avail. I have not tried to apply a Custom Format because I'm not sure how that Custom would even go.
Or maybe it is something that I need in the ROUND(SUM() ) formula of the Concat formula.
Thanks
="Total This Sheet" & " " &"$" &SUM(C9:Q9)&" Equals "& ROUND(SUM(C9:Q9),2)/11&" HRS"
Test
<TABLE style="BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 2pt; PADDING-RIGHT: 2pt; FONT-FAMILY: Arial,Arial; FONT-SIZE: 10pt" border=1 cellSpacing=0 cellPadding=0><COLGROUP><COL style="WIDTH: 30px; FONT-WEIGHT: bold"><COL style="WIDTH: 182px"><COL style="WIDTH: 74px"><COL style="WIDTH: 74px"><COL style="WIDTH: 74px"><COL style="WIDTH: 74px"></COLGROUP><TBODY><TR style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt; FONT-WEIGHT: bold"><TD></TD><TD>B</TD><TD>C</TD><TD>D</TD><TD>E</TD><TD>F</TD></TR><TR style="HEIGHT: 25px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">9</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00; FONT-SIZE: 8pt; FONT-WEIGHT: bold">Total This Sheet $73 Equals 6.63636363636364 HRS</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #00ffff; FONT-SIZE: 8pt">25.00</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #00ffff; FONT-SIZE: 8pt">24.00</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #00ffff; FONT-SIZE: 8pt">14.00</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #00ffff; FONT-SIZE: 8pt">10.00</TD></TR></TBODY></TABLE>
Is it possible to somehow format the Total hours to one or two decimal places instead of what is showing.
I have tried to format the Cell (number, text, general, etc) to no avail. I have not tried to apply a Custom Format because I'm not sure how that Custom would even go.
Or maybe it is something that I need in the ROUND(SUM() ) formula of the Concat formula.
Thanks
Last edited: