Formulas dealing with +/- changes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the need to create a formula dealing with the positive or negative change in cells:

Example:

cell 1: 2.7
cell 2: 2.1
cell 3: 4.2

cell 4: shold equal total change +/- between the above cells

Thanks for your help

Keith
 
Hi Andy,

What I'm actually looking for is the +/- difference between each cell.

Thanks

Keith
 
Well, the total beween each cell is the same as the total between the first
and last cells:
2.7
2.1
4.2
Total diff =4.2-2.7 = 1.5

2.7
2.1 diff = -.6

2.1
4.2 diff = 2.1

2.1-.6 = 1.5

Andy
 

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

Similar Threads

Excel Need Countifs Formula Help 0
Excel VBA 1
Help with a pop-up msg 5
Need help with SUMPRODUCT Formula 10
Absolute referencing 3
Help writing a formula 3
Conditional formatting with formulas 6
Help with this formula 3

Back
Top