Your question makes me wonder if you have been lead astray by the SUM
function.
While =SUM(A1,B1) will indeed add the two values, it is better to use =A1+B1
SUM is best used fro ranges as in =SUM(A1:A100) which is easier to use than
=A1+A2+A3......+A99+A100
best wishes
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.