Rollup the SUM of a column until last non empty Cell
that is almost what he meant. what he really meant was probably more like:
=sum(offset(G5,0,0,counta(G5:G65000),1))
--
Regards,
Tom Ogilvy
"GregR" wrote:
Brain meant =sum(offset("G5",0,0,counta("G5:G65000"),1))
|