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...