referencing a range in a sum
Posted by Franco on December 13, 2000 2:20 PM
I'm trying to sum the values between two rows, and these values change depending on the data file I'm working on. I can get the row numbers, but I'm having trouble writing a SUM() function using/referencing these cells with these row values.
i.e.,
cell#1(row#1)
cell#2(row#2)
Sum(cell#1:cell#2)
I've tried the CELL("contents",$$) function, but I'm having trouble nesting it with SUM().
Any ideas?
Thanks for any help,
Franco