ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Sum of an array (https://www.excelbanter.com/excel-worksheet-functions/208327-sum-array.html)

[email protected]

Sum of an array
 
Is there anyway to sum a range of values given a specific number of
cells you choose to sum. For example you have a range from A1:F1,
G1=number of cells you want to sum from left to right, and H1 is the
total. So if G1=3, then H1=sum(A1:C1) or 16. If G1=5, then
H1=sum(A1:E1) or 20.

A B C D E F G H
1 3 5 8 3 1 7 Var Sum

Thanks in advance.

Sheeloo[_3_]

Sum of an array
 
put this in H1
=SUM(INDIRECT("A1:"&LOOKUP(G1,{1,2,3,4,5,6},{"A"," B","C","D","E","F"})&"1"))

" wrote:

Is there anyway to sum a range of values given a specific number of
cells you choose to sum. For example you have a range from A1:F1,
G1=number of cells you want to sum from left to right, and H1 is the
total. So if G1=3, then H1=sum(A1:C1) or 16. If G1=5, then
H1=sum(A1:E1) or 20.

A B C D E F G H
1 3 5 8 3 1 7 Var Sum

Thanks in advance.



All times are GMT +1. The time now is 11:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com