Formula Problem in Excel 2003

A

Andy_jm

I have a spreadsheet with a column of data to which I add figures twice a
day. In another column I have a formula to calculate the daily average. What
I'm trying to do is to have another cell which automatically updates whith
the difference between the first and last daily averages.
 
J

Jacob Skaria

If you have the daily averages in Col C and the first daily average in cell
C2 then try the below formula

=C2-LOOKUP(10^10,C:C)

OR

=ABS(C2-LOOKUP(10^10,C:C))

If this post helps click Yes
 

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