I need to be able to identify items in a column based on a blank cell in the same row of a different column.
So when I traverse Column F and encounter a blank cell, I need to capture the contents of what is in Column C in the same row.
I then want to either build an array, or simply copy that particular cell onto another sheet, and then continue traversing to the end of Column F.
After this list is built, I want to do a couple things with it.
1) Identify the unique items that were discovered - building a list or an array (Concatenate is appropriate for this).
2) Identify how many occurrences of each unique item were discovered. (5 occurrences of "Foo", 3 occurrences of "FooBar", etc).
Thank you.
Bookmarks