I need to make a list of all values where in Column A that meet certain criteria in Column B. Ultimately so that I can do a Vlookup. For example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Last Name[/TD]
[TD]Collections Firm[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]Harrison[/TD]
[TD]Firm A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mitchell[/TD]
[TD]Firm B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ward[/TD]
[TD]Firm A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Johnson[/TD]
[TD]Firm C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jenkins[/TD]
[TD]Firm C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kruger[/TD]
[TD]Firm C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[TD]Firm B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rogers[/TD]
[TD]Firm A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jaeger[/TD]
[TD]Firm B[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In column C, I need to create a list that would retrieve everything that is with Firm C. So in this case, column C would be filled with Johnson, Jenkins, Kruger.
I have tried a pivot table, but the problem is I need it in columns because I am going to end up doing a vlookup off of this, and it is for a template, so the hope would be to drop a report in this each month and cells populate. When I tried the pivot, the vlookup would have to change every month based on the new data, and I have a huge set of data so it would be tedious to go through it and change it. I have Kutools if this helps.
Hopefully I explained it correctly.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Last Name[/TD]
[TD]Collections Firm[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]Harrison[/TD]
[TD]Firm A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mitchell[/TD]
[TD]Firm B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ward[/TD]
[TD]Firm A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Johnson[/TD]
[TD]Firm C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jenkins[/TD]
[TD]Firm C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kruger[/TD]
[TD]Firm C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[TD]Firm B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rogers[/TD]
[TD]Firm A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jaeger[/TD]
[TD]Firm B[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In column C, I need to create a list that would retrieve everything that is with Firm C. So in this case, column C would be filled with Johnson, Jenkins, Kruger.
I have tried a pivot table, but the problem is I need it in columns because I am going to end up doing a vlookup off of this, and it is for a template, so the hope would be to drop a report in this each month and cells populate. When I tried the pivot, the vlookup would have to change every month based on the new data, and I have a huge set of data so it would be tedious to go through it and change it. I have Kutools if this helps.
Hopefully I explained it correctly.