Hi,
I have a basic formula in a cell that also contains text. The cell contains a rounded subtotal of a range of cells and I placed an "= " text to display in front of the output number.
In cell F111 I have:
="= "&ROUND(SUM(F4:F110), 0)
I have several of these subtotal cells and now I'm trying to get a single overall total of these subtotal cells. For example: =F111+G111+H111. I end up getting the #VALUE! error in this overall total cell.
How can I get the total of F111+G111+H111?
I have a basic formula in a cell that also contains text. The cell contains a rounded subtotal of a range of cells and I placed an "= " text to display in front of the output number.
In cell F111 I have:
="= "&ROUND(SUM(F4:F110), 0)
I have several of these subtotal cells and now I'm trying to get a single overall total of these subtotal cells. For example: =F111+G111+H111. I end up getting the #VALUE! error in this overall total cell.
How can I get the total of F111+G111+H111?