Quote (ByTeMe @ Aug 21 2013 06:11pm)
how come you need a macro for this?
You can use =sum(click your stuff)
anyways, a countif until = "" will work -1
I agree, no macro needed unless you want this to update automatically with new data without having the sum cover the whole column. You can sum over an entire column (or row) though. It's done like this:
sum(A:A)
sum(1:1)