[excel] Last non-empty cell in a column

I had the same problem too. This formula also works equally well:-

=INDIRECT(CONCATENATE("$G$",(14+(COUNTA($G$14:$G$65535)-1))))

14 being the row number of the first row in the rows you want to count.

Chronic Clawtooth