Negative Number column

G

go

I am trying to make a column product negative numbers when I manually enter
them in a spreadsheet. I am using a simple sum formula to add across rows
(10 columns) and the first column should always be a negative number i.e
credit and the rest positive.

I am real new to excel so I must be doing something wrong.
 
M

Max

Assuming the 10 cols are A to J,
maybe a simpler way would be to use something like ..

In K1: =SUM(B1:J1)-A1
Or, in K1: =SUM(B1:J1,-A1)

with K1 copied down

Then you could just enter the credit numbers
in the first column "as-is",
w/o worrying about making these negative
 

Ask a Question

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.

Ask a Question

Top