Trying to create a nested formula and am struggling. What I need to do is find a value in a range and then sum the corresponding row. The row grows each month.
This is the data table that needs to be looked up
<tbody>
</tbody>
I need a formula that looks up a given name and then sums the total for that row. The row grows each month and I'd like to have this automatically update when the new date column is added.
Any pointers?
This is the data table that needs to be looked up
july | august | september | october | november | |
tim | 123 | 456 | 789 | 101 | 212 |
david | 987 | 654 | 321 | 123 | 456 |
john | 123 | 456 | 789 | 987 | 765 |
peter | 432 | 123 | 456 | 789 | 101 |
<tbody>
</tbody>
I need a formula that looks up a given name and then sums the total for that row. The row grows each month and I'd like to have this automatically update when the new date column is added.
Any pointers?