> .. how can I get it C1 to see whatever the last number in Sheet
> 2 column B
One guess ... think you mean D1 rather than C1 ..
In Sheet1,
Try this in D1:
=INDEX(Sheet2!B$1:B$25,COUNTA(Sheet2!A$1:A$25))
Above uses Sheet2's col A as the raw data extent (ie last value in col). It
presumes there's no in-between blanks in Sheet2's col A, a reasonable interp?
going by your description.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> I am trying to think of a formula that will give me the result that I would
> like:
[quoted text clipped - 11 lines]
> 2 column B as the distance from the last item back to the source? I was
> wondering because it’s not always going to be 25 items.