Hi
I'm still not clear what you're trying to achieve. Are you wanting calculated numbers in column K, and if so what numbers do you expect.
With the existing formulae in Col K I don't see why you need to complicate them by using an INDIRECT() function. A straightforward SUM(G4:J4) does the same.
If cols C:D show the number of members at the end of each Qtr your existing formulae in G:J are effectively calculating the year to date movement, i.e. the -10 in I4 is the reduction from the start of 20 to the 10 members at the end of Qtr 3 in E4.
Hence the change in membership at the end of the year is the column J number
Or are you really saying that you want column K to show whatever the position is as you move through the year. i.e. at the end of Qtr1 when you don't have any entries yet in cols D:F K 4 should show zero? In which case perhaps the K4 formula you are looking for is
=INDEX(G4:J4,1,COUNTA(C4:F4))
HTH
Bookmarks