Let's say I have three columns of data.
In Column A, is name: Bob, Jon, Mary, Bob etc
In Column B, is Billed or Un-billed: Billed, Bench, unbilled etc.
In column A, there will be instances where a name might appear more than once. I want count How many are Billed in Column B but for 1 instance not for duplicates. Is there a way to do this?
Bob Billed
Jon Bench
Bob Bench
Bob Billed
Mary Billed
Here Billed count is 2 (Bob is repeated). Can you help????????
In Column A, is name: Bob, Jon, Mary, Bob etc
In Column B, is Billed or Un-billed: Billed, Bench, unbilled etc.
In column A, there will be instances where a name might appear more than once. I want count How many are Billed in Column B but for 1 instance not for duplicates. Is there a way to do this?
Bob Billed
Jon Bench
Bob Bench
Bob Billed
Mary Billed
Here Billed count is 2 (Bob is repeated). Can you help????????