Hello - I have designed a spreadsheet that seems to be a little cumbersome to gather data from. In the long and short of it, I'm trying to create a count for how many ads we posted, in which cities, during which quarters. Here is how the data is laid out:[TABLE="width: 688"]
<tbody>[TR]
[TD]Location
[/TD]
[TD]Quarter - Website A
[/TD]
[TD]Quarter - Website B
[/TD]
[TD]Website A
[/TD]
[TD]Website B
[/TD]
[/TR]
[TR]
[TD]Portland, OR
[/TD]
[TD]Q1
[/TD]
[TD]Q2
[/TD]
[TD]1/1/13
[/TD]
[TD]4/6/13
[/TD]
[/TR]
[TR]
[TD]Yakima, WA
[/TD]
[TD]Q2
[/TD]
[TD]Q2
[/TD]
[TD]5/16/13
[/TD]
[TD]5/16/13
[/TD]
[/TR]
[TR]
[TD]Springfield, ME
[/TD]
[TD]Q1
[/TD]
[TD]Q3
[/TD]
[TD]1/16/13
[/TD]
[TD]6/25/13
[/TD]
[/TR]
[TR]
[TD]New York, NY
[/TD]
[TD]Q4
[/TD]
[TD]Q3
[/TD]
[TD]7/26/13
[/TD]
[TD]6/4/13
[/TD]
[/TR]
</tbody>[/TABLE]
I need to be able to count how many ads we posted (date denotes 1 ad), during each quarter, for each location.
<br>Thank you for any help you can provide.
<tbody>[TR]
[TD]Location
[/TD]
[TD]Quarter - Website A
[/TD]
[TD]Quarter - Website B
[/TD]
[TD]Website A
[/TD]
[TD]Website B
[/TD]
[/TR]
[TR]
[TD]Portland, OR
[/TD]
[TD]Q1
[/TD]
[TD]Q2
[/TD]
[TD]1/1/13
[/TD]
[TD]4/6/13
[/TD]
[/TR]
[TR]
[TD]Yakima, WA
[/TD]
[TD]Q2
[/TD]
[TD]Q2
[/TD]
[TD]5/16/13
[/TD]
[TD]5/16/13
[/TD]
[/TR]
[TR]
[TD]Springfield, ME
[/TD]
[TD]Q1
[/TD]
[TD]Q3
[/TD]
[TD]1/16/13
[/TD]
[TD]6/25/13
[/TD]
[/TR]
[TR]
[TD]New York, NY
[/TD]
[TD]Q4
[/TD]
[TD]Q3
[/TD]
[TD]7/26/13
[/TD]
[TD]6/4/13
[/TD]
[/TR]
</tbody>[/TABLE]
I need to be able to count how many ads we posted (date denotes 1 ad), during each quarter, for each location.
<br>Thank you for any help you can provide.