confused in Frankfurt
Board Regular
- Joined
- Oct 11, 2010
- Messages
- 53
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Deal ID[/TD]
[TD]Sales Rep[/TD]
[TD]Quarter[/TD]
[TD]Value[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087060[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Fred Blogs[/TD]
[TD]4[/TD]
[TD]1.000[/TD]
[TD]bread[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087060[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Fred Blogs[/TD]
[TD]4[/TD]
[TD]20.000[/TD]
[TD]butter[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087061[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Fred Blogs[/TD]
[TD]3[/TD]
[TD]45.000[/TD]
[TD]bread[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087763[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]John Smith[/TD]
[TD]4[/TD]
[TD]30.000[/TD]
[TD]bread[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087763[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]John Smith[/TD]
[TD]4[/TD]
[TD]45.000[/TD]
[TD]butter[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0088163[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Fred Blogs[/TD]
[TD]4[/TD]
[TD]50.000[/TD]
[TD]bread[/TD]
[/TR]
</tbody>[/TABLE]
Hi I have a table where each deal is split into products. I would like to count the number of deals per person restricting to Q4 and >=50.000. Preferably I would like to do this without creating an extra table reducing out the duplicates by ignoring the product.
Result should be : Fred Blogs 1 and John Smith 1 (30+45)
If I am ignoring the duplicates and counting just every thing I am using the formula
=countifs(Range1;...)
but this is either giving me too many deals to use for calculating average deal size or too few because the split deal value is below the benchmark set.
Regards
Sarah
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Deal ID[/TD]
[TD]Sales Rep[/TD]
[TD]Quarter[/TD]
[TD]Value[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087060[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Fred Blogs[/TD]
[TD]4[/TD]
[TD]1.000[/TD]
[TD]bread[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087060[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Fred Blogs[/TD]
[TD]4[/TD]
[TD]20.000[/TD]
[TD]butter[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087061[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Fred Blogs[/TD]
[TD]3[/TD]
[TD]45.000[/TD]
[TD]bread[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087763[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]John Smith[/TD]
[TD]4[/TD]
[TD]30.000[/TD]
[TD]bread[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0087763[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]John Smith[/TD]
[TD]4[/TD]
[TD]45.000[/TD]
[TD]butter[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl258, width: 80, align: left"]0088163[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Fred Blogs[/TD]
[TD]4[/TD]
[TD]50.000[/TD]
[TD]bread[/TD]
[/TR]
</tbody>[/TABLE]
Hi I have a table where each deal is split into products. I would like to count the number of deals per person restricting to Q4 and >=50.000. Preferably I would like to do this without creating an extra table reducing out the duplicates by ignoring the product.
Result should be : Fred Blogs 1 and John Smith 1 (30+45)
If I am ignoring the duplicates and counting just every thing I am using the formula
=countifs(Range1;...)
but this is either giving me too many deals to use for calculating average deal size or too few because the split deal value is below the benchmark set.
Regards
Sarah