B
Billy B
I am attempting to show text in a cell concatenated with the sum function and
it works fine. The problem is the result has 10 decimal places in the
resulting number. I have tried to use the format function with the sum
function without success. Here is the formula I am working with:
="Total is: " & Format(SUM(B96:B104),"0.00")
What am I doing wrong?
Thank you.
it works fine. The problem is the result has 10 decimal places in the
resulting number. I have tried to use the format function with the sum
function without success. Here is the formula I am working with:
="Total is: " & Format(SUM(B96:B104),"0.00")
What am I doing wrong?
Thank you.