I have extracted some data from our employee database. It's 10,000+ rows. The first row of the employee is their name, a hypen, then their 9-digit SSN (11-digits including the two hyphens in the SSN). After each employee is 2-7 rows of deductions. The last row of the employee has the total amount. In column 'B there is the individual deduction name (irrelevant) and in column 'C' is the individual deduction amount - see attached image. I need to create a new tab that extracts the SSN in one column with the SUM of all their deductions in the next column. I tried using =RIGHT(A2, 11) to extract only the SSN, but I only want to copy/paste that formula for the employee names (cells A2, A5, A10, etc.). I then tried to use a SUMIF formula on column 'C' thinking that would be easier to get versus trying to pull the last row's total amount highlighted in yellow. Can you help?