crunching daily numbers

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

Guest

i am using this formula
=if(a1>a2,abs(a1-a2),abs(a2-a1))
this is what i need
day 1 = 100
day 2 = 50
day 3 = 75
day 2 should return a -50
day 3 should return a 25
i can only get the formula to show all negatives
or all positives, not both HELP ME!!
 
How about just:

=a2-a1
copied down.

Assuming that A1 held day 1, a2 held day 2, ...
 

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

Back
Top