but it seems that indexes doesn't work in functions like sum, total, stddev...
Thanks in advance for the attention!
4 L A T E S T R E P L I E S (Newest First)
aplotnikov
Posted - 04/13/2023 : 12:59:45 PM 1. Make the workbook window active. 2. Press Alt-3 to show the Command Line. 3. Copy the provided code and paste it to the Command Line, press Enter.
manueljiza
Posted - 04/13/2023 : 12:45:15 PM Thank you so much aplotnikov and snowli! The method of snowli works and is pretty straightforward. The code of aplotnikov is more difficult for me to apply but I'm delving into it for being able to do more complex stuff. Thanks again guys!
snowli
Posted - 04/13/2023 : 11:37:11 AM You can define a name for B1 cell and use the defined name in Column Formula.
Note: B1 should be 9 to get from A1 to A10
1. Single click on B1. A mini toolbar shows. Click the Define Name button.
2. Define a name for B1 cell, e.g. count
3. Then enter the F(x) of C to be total(A[i:i+count]) Note: The size of C will be determined by the left column of it so u will need to go to Set Column Values to set the To value to the right row number.