Hi
My apologies in advance if I don't explain this properly. I wasn't even sure how to search for a solution here.
I have a table where column A has the names of salespeople, column B has the name of a magazine into which they've booked a client and column C has the name of the client.
A series booking is where a client has been booked by a salesperson into a magazine for three issues or more. There would be three separate entries for each issue and all would look the same (an example is below).
I want to be able to count the number of series bookings automatically.
As an example:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]John[/TD]
[TD]Bits and Bobs Magazine[/TD]
[TD]Client A[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Bits and Bobs Magazine[/TD]
[TD]Client A[/TD]
[/TR]
[TR]
[TD]John [/TD]
[TD]Bits and Bobs Magazine
[/TD]
[TD]Client D[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Bits and Bobs Magazine[/TD]
[TD]Client A[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client C[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client E[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client F[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client F[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client F[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Bits and Bobs Magazine[/TD]
[TD]Client G[/TD]
[/TR]
</tbody>[/TABLE]
In this example, John has booked Client A into Bits and Bobs Magazine 3 times so that is one (1) series booking. Peter has booked Client F into Fast Cars Magazine 3 times so that is one (1) series booking for him also.
There is much more data on the table than this but none of it pertains to series bookings so I've omitted it. I use a pivot table to sort it all out and I get everything I need from the table except for series booking data.
What's the best way to go about this?
If anyone would like to see the actual spreadsheet, I'm happy to send it to them.
Thanks in advance for any help anyone can give me and my apologies if I haven't explained this clearly.
Cheers!
My apologies in advance if I don't explain this properly. I wasn't even sure how to search for a solution here.
I have a table where column A has the names of salespeople, column B has the name of a magazine into which they've booked a client and column C has the name of the client.
A series booking is where a client has been booked by a salesperson into a magazine for three issues or more. There would be three separate entries for each issue and all would look the same (an example is below).
I want to be able to count the number of series bookings automatically.
As an example:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]John[/TD]
[TD]Bits and Bobs Magazine[/TD]
[TD]Client A[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Bits and Bobs Magazine[/TD]
[TD]Client A[/TD]
[/TR]
[TR]
[TD]John [/TD]
[TD]Bits and Bobs Magazine
[/TD]
[TD]Client D[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Bits and Bobs Magazine[/TD]
[TD]Client A[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client C[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client E[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client F[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client F[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Fast Cars Magazine[/TD]
[TD]Client F[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Bits and Bobs Magazine[/TD]
[TD]Client G[/TD]
[/TR]
</tbody>[/TABLE]
In this example, John has booked Client A into Bits and Bobs Magazine 3 times so that is one (1) series booking. Peter has booked Client F into Fast Cars Magazine 3 times so that is one (1) series booking for him also.
There is much more data on the table than this but none of it pertains to series bookings so I've omitted it. I use a pivot table to sort it all out and I get everything I need from the table except for series booking data.
What's the best way to go about this?
If anyone would like to see the actual spreadsheet, I'm happy to send it to them.
Thanks in advance for any help anyone can give me and my apologies if I haven't explained this clearly.
Cheers!