I am trying to figure out how to search a range of cells (F8:F300) for a name (B8), for multiple occurences, and everytime the name is found, take the value from the adjacent cell in column I, and sum it up.
Example
G H I
Name1 X .5
Name2 Y 1
Name1 Z 1
Name3 X .5
Name1 Y 2
Find all the occurences of Name 1, and sum up all the values of column I (3.5). Name 1 is dynamic and depends on cell B8. Thanks for your help.
Mussa
Example
G H I
Name1 X .5
Name2 Y 1
Name1 Z 1
Name3 X .5
Name1 Y 2
Find all the occurences of Name 1, and sum up all the values of column I (3.5). Name 1 is dynamic and depends on cell B8. Thanks for your help.
Mussa