Thread
:
Sum with Array Formula
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
external usenet poster
Posts: 11,058
Sum with Array Formula
I am trying to get an array formula to sum up a set of terms.
=OFFSET(cll,0,1)+OFFSET(cll,0,2)+OFFSET(cll,0,3) where cll is a Named Range
=SUM(OFFSET(cll,0,{1,2,3})) does not work
--
Gary''s Student - gsnu200787
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student