Weight differece need everyting to be positive

G

Guest

I am having a hard time trying to figure out a solution to this problem. I
am setting up a spread sheet with shipping weights. Some packages go out
over weight other go out under weight and I want to setup a spread sheet that
shows the total weights we are off. I have a colom that has our weight, the
next colom is the shipper's weight, and the 3 is how much the weight is off.
The probem that I have is that with the weights in the 3rd row when I add
them up I have postive and negative numbers so I am not getting a true total
off the how much we were off by in our systems. I am wondering how can I
make this so that negative numbers will add up as a postive number or that a
negative number will show and add up as a positive number.

Thanks
 
G

Guest

if the data was in cells a1:a3 then try =SUMPRODUCT(ABS(A1:A3))
--
John
MOS Master Instructor Office 2000, 2002 & 2003
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)
 

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