R
Raymond
what is the syntax for a subtract function? For example, the syntax for the
sum function looks like this: =sum()
Thanks
sum function looks like this: =sum()
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
sum function looks like this: =sum()
5) in place of A1-B1-C1-D1
5) in place of A1-B1-C1-D1
1) in place of A1-B1-C1-D1SUM(A1:B1) adds the value in B1 to that in A1.
I think he wants to *subtract* B1 from A1, i.e. =A1-B1, or =A1+(-B1), which is
not the same as -SUM(A1:B1).
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.