You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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.
Jacob Skaria
unread,
Nov 25, 2009, 7:58:01 AM11/25/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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 --------------- Jacob Skaria