C
Chris Kettenbach
Hi All. If I have a named range in a worksheet, how do I sum a single
column of a multi column range? I know how to use vba to do this but what
would a logical excel formula be? I think I am on the right track.
I keep trying things like =sum(_NamedRange(B:B)) but that does not work. Is
this even possible? The desired result would have been to sum the 2nd column
of numbers in the _NameRange. Any help is appreciated. Thanks everyone.
~ck
column of a multi column range? I know how to use vba to do this but what
would a logical excel formula be? I think I am on the right track.
I keep trying things like =sum(_NamedRange(B:B)) but that does not work. Is
this even possible? The desired result would have been to sum the 2nd column
of numbers in the _NameRange. Any help is appreciated. Thanks everyone.
~ck