PeteAtoms
FormulaRandom
I have a bunch of numbers in column A.
I have a number (X) in cell B1
I want to sum all all the numbers in column A from A1 to AX, and have the total appear in C1.
I also want to be able to reenter a value for X in cell B1 and have the sum auto-update in C1.
-----------------------------------
Second question is in regards to random numbers. I have the random function in cell A1.
In cell A2, I have number Y.
I want to somehow generate Y number of random numbers and have them appear in column C.
Any help or should I have gone to the official forums first
Hoping someone here can spare me having to create an account at another forum.
I remember being able to create random numbers using TI:Basic on my calculator and RantInt(A,B,C), which generated C number of random integers between A and B. Which I was easily able to automatically send it to a List (L1) and summing that List was a piece of cake Sum(L1).
Trying to recreate something like that on a spreadsheet.
I have a number (X) in cell B1
I want to sum all all the numbers in column A from A1 to AX, and have the total appear in C1.
I also want to be able to reenter a value for X in cell B1 and have the sum auto-update in C1.
-----------------------------------
Second question is in regards to random numbers. I have the random function in cell A1.
In cell A2, I have number Y.
I want to somehow generate Y number of random numbers and have them appear in column C.
Any help or should I have gone to the official forums first

I remember being able to create random numbers using TI:Basic on my calculator and RantInt(A,B,C), which generated C number of random integers between A and B. Which I was easily able to automatically send it to a List (L1) and summing that List was a piece of cake Sum(L1).
Trying to recreate something like that on a spreadsheet.