Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Misc
Sum over a variable number of cells
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="akphidelt, post: 3177302"] You can use sum and offset. For instance say your data is in A1 on down. You put your variable in B1 And your result comes in C1. In C1 you put the formula =SUM(OFFSET(A1,0,0,B1)) B1 is the number of cells that it will offset to. So if you put 3 and will sum the first 3 cells, etc, etc. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Misc
Sum over a variable number of cells
Top