Hi everyone,
I have the following columns and cells.
Then, I have a "master" cell which contains a value from A to J. Based on the contents of that cell, I would sum all columns up until that one. For example:
Master = C, then Total value = 8
Master = E, then Total Value = 13
Master = A, then total value = 3
How can I do such a thing?
Thanks in advance!
Joseph
I have the following columns and cells.
Code:
A B C D E F G H I J
-------------------------------------
3 2 3 4 1 3 1 4 2 3
Then, I have a "master" cell which contains a value from A to J. Based on the contents of that cell, I would sum all columns up until that one. For example:
Master = C, then Total value = 8
Master = E, then Total Value = 13
Master = A, then total value = 3
How can I do such a thing?
Thanks in advance!
Joseph