Hi folks, I have a sheet where column c contains an employee's name and data is in columns d-j. There are a variable number of rows between employees where there is data in rows d-j but not in row c. Is there a way to count the number of rows between the employees? I am trying to build a formula to extract data for each employee based on customer interactions. Only some of the rows meet the criteria I am looking for.
employee 1 total amount
case 1 case1.1
case 2 case 2,2
employee 2 total amount
case 1 case1.1
case 2 case 2,2
case 3 case3.1
case 4 case 4,2
employee 3 total amount
case 1 case1.1
case 2 case 2,2
Case 1 for employee one meets criteria and case 3 for employee 2 and case 2 for employee three. Just wondering how to count the number of rows between employees using either a formula or vba.
Bookmarks