Front Office Football Central

Front Office Football Central (https://forums.operationsports.com/fofc//index.php)
-   Off Topic (https://forums.operationsports.com/fofc//forumdisplay.php?f=6)
-   -   Another Excel Question (https://forums.operationsports.com/fofc//showthread.php?t=84938)

Vince, Pt. II 09-17-2012 07:19 PM

Another Excel Question
 
Let's say I have the following column in excel:

A
211
212
210
209
...

The list will grow over time, and at the bottom of the list, I want a simple delta:

=a1-aX

Where aX is the last entry in the column. However, I want to make it so that the formula doesn't have to be updated every time I add a number to the bottom of the list. Is there a way to make a floating anchor like that, or am I going to have to find the value of the last non-empty cell and then reference that cell?

Bobble 09-17-2012 10:18 PM

You could count how many entries in the list with COUNT or COUNTA and then use OFFSET to "step" down to that number:

=A1-OFFSET(A1,COUNT(A:A)-1,0)


All times are GMT -5. The time now is 09:57 PM.

Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.