TheGallows32
New Member
- Joined
- Feb 16, 2018
- Messages
- 11
Hi everyone! In a bit of a pickle :S
Let's say I have 10 rows of numerical data across 10 columns, and I'd like to sum the numbers across each row.
In the end I would have 10 sums (one for each row) that I could then Average.
Simple enough if you're dealing with a static worksheet, but in my workbook I'm dynamically grabbing different samples of data using drop-down list input fields and the OFFSET, INDIRECT, and VLOOKUP functions.
I know how to use CSE functions to do things like =SUM(C2:C11*E2:E11)...
I'm wondering if I can use a similar technique to sum each individual row, and then average the sums.
Thanks!
-J
Let's say I have 10 rows of numerical data across 10 columns, and I'd like to sum the numbers across each row.
In the end I would have 10 sums (one for each row) that I could then Average.
Simple enough if you're dealing with a static worksheet, but in my workbook I'm dynamically grabbing different samples of data using drop-down list input fields and the OFFSET, INDIRECT, and VLOOKUP functions.
I know how to use CSE functions to do things like =SUM(C2:C11*E2:E11)...
I'm wondering if I can use a similar technique to sum each individual row, and then average the sums.
Thanks!
-J