I want excel to look up a certain value in a row and for each cell that has the value I want it to sum the corresponding numerical values.
For example:
C/R A B C D E F
1 Director CRA Mng CRA CRA Mng
2
3
4
5
6 1.4 1.3 1.0 .08 .98 .78
The formula should look up "CRA" in row 1 and then sum all of the corresponding values in row 6 i.e. 1.3+.08+.98 = 2.36
I tried a hlookup, but don't seem to know how to use the formula to look for multiple values of the same and then add them together???
Thank you!
For example:
C/R A B C D E F
1 Director CRA Mng CRA CRA Mng
2
3
4
5
6 1.4 1.3 1.0 .08 .98 .78
The formula should look up "CRA" in row 1 and then sum all of the corresponding values in row 6 i.e. 1.3+.08+.98 = 2.36
I tried a hlookup, but don't seem to know how to use the formula to look for multiple values of the same and then add them together???
Thank you!