fabijo
Well-known member
I've been struggling with a problem that I just cannot find the answer to. Maybe someone here knows what I am trying to do. Let's see if I can explain my problem. Let's say I have a column of data that has 100 separate values in them. They go from A1:A100. I could easily go to another cell and put =sum(A1:A100) and that will give me the sum of all those cells. Now let's say I have a cell (Let me call it B1) that I can put in a number from 1 to 100. If I put 65 in that cell, I would like a cell (Let's call that cell C1) that takes that number and sums up that many cells from column A. It would be like saying =sum(A1:A65).
To recap:
Cells A1 to A100 have numbers in them.
Cell B1 has a user entered number from 1 to 100
Cell C1 returns the sum of all cells from A1 to A(# in B1)
I have no idea how to get this accomplished. I've been messing around and searching through Excel help and Google, but I just can't find the answer. Let me know if what I even said makes any sense.
To recap:
Cells A1 to A100 have numbers in them.
Cell B1 has a user entered number from 1 to 100
Cell C1 returns the sum of all cells from A1 to A(# in B1)
I have no idea how to get this accomplished. I've been messing around and searching through Excel help and Google, but I just can't find the answer. Let me know if what I even said makes any sense.