I have a cell that calculates an average from all the cells in column J, starting with J2.
For the formula right now, I have:
=AVERAGE(J2:J31)
But, I want to be able to keep adding stuff beyond J31 and not have to keep modifying the formula. I thought maybe a wildcard like:
=AVERAGE(J2:J*)
would work, but it didn't. Is there some way to do this? Thanks
For the formula right now, I have:
=AVERAGE(J2:J31)
But, I want to be able to keep adding stuff beyond J31 and not have to keep modifying the formula. I thought maybe a wildcard like:
=AVERAGE(J2:J*)
would work, but it didn't. Is there some way to do this? Thanks