Hi all,
Once again I turn to those with a superior mind to mine (not that hard to be honest ), I've tried index match, Vlookup & SumProduct with no luck.
Need some assistance with a formula, what I'm trying to achieve is:
total number of hours based on a dropdown box however the hours need only are based on a code for each row.
the drop down has 4No headings
the hours columns total 3No and the code is 1No column.
therefore if heading one in cell J1 reads need ten i get a return of the column D based on the letter reference in column C (this action is needed for 3No of the headings the other heading requires a total of all three columns.
hope this makes sense.
example:
If J1 reads "Even Nicer" the result in column H for row 1 code A would be 0 where if J1 read "Need" it would read 8
the codes in Column C would be in random order thus the need for column H to take into account the code reference.
The 3No heading plus an "All"
Dropdown J1
Once again I turn to those with a superior mind to mine (not that hard to be honest ), I've tried index match, Vlookup & SumProduct with no luck.
Need some assistance with a formula, what I'm trying to achieve is:
total number of hours based on a dropdown box however the hours need only are based on a code for each row.
the drop down has 4No headings
the hours columns total 3No and the code is 1No column.
therefore if heading one in cell J1 reads need ten i get a return of the column D based on the letter reference in column C (this action is needed for 3No of the headings the other heading requires a total of all three columns.
hope this makes sense.
example:
If J1 reads "Even Nicer" the result in column H for row 1 code A would be 0 where if J1 read "Need" it would read 8
the codes in Column C would be in random order thus the need for column H to take into account the code reference.
The 3No heading plus an "All"
Dropdown J1
Code | Need | Nice | Even Nicer | Hours | Even Nicer | ||
---|---|---|---|---|---|---|---|
A | 8 | 0 | 0 | ||||
B | 8 | 0 | 0 | ||||
C | 0 | .5 | 1 | ||||
E | 0 | .8 | 0 | ||||
F | 0 | .3 | 0 | ||||
G | 0 | .3 | 2 | ||||
H | 0 | 0 | 1 | ||||
I | 0 | 0 | 0 | ||||
J | 0 | 1 | 0 | ||||
K | 0 | 2 | .8 |