Hello
Hope you can help me out of this conundrum
I have a list constructed as follows
[TABLE="width: 500"]
<tbody>[TR]
[TD]User ID
[/TD]
[TD]Type[/TD]
[TD]Phone Numbers
[/TD]
[/TR]
[TR]
[TD]2231
[/TD]
[TD]Incoming
[/TD]
[TD]01159796555
[/TD]
[/TR]
[TR]
[TD]2231
[/TD]
[TD]Outgoing
[/TD]
[TD]01159796553
[/TD]
[/TR]
[TR]
[TD]2296
[/TD]
[TD]Local
[/TD]
[TD]01159795983
[/TD]
[/TR]
[TR]
[TD]2231
[/TD]
[TD]Toll
[/TD]
[TD]01159796523
[/TD]
[/TR]
[TR]
[TD]3400
[/TD]
[TD]Outgoing
[/TD]
[TD]01159796123
[/TD]
[/TR]
</tbody>[/TABLE]
Id like a formula which returns the number of unique Phone numbers, if the User ID is 2231, and If the Type is Not Incoming.
Ive tried a number of options with SumProduct and Count Ifs etc, but all have ended in failure
Best
Ali
Hope you can help me out of this conundrum
I have a list constructed as follows
[TABLE="width: 500"]
<tbody>[TR]
[TD]User ID
[/TD]
[TD]Type[/TD]
[TD]Phone Numbers
[/TD]
[/TR]
[TR]
[TD]2231
[/TD]
[TD]Incoming
[/TD]
[TD]01159796555
[/TD]
[/TR]
[TR]
[TD]2231
[/TD]
[TD]Outgoing
[/TD]
[TD]01159796553
[/TD]
[/TR]
[TR]
[TD]2296
[/TD]
[TD]Local
[/TD]
[TD]01159795983
[/TD]
[/TR]
[TR]
[TD]2231
[/TD]
[TD]Toll
[/TD]
[TD]01159796523
[/TD]
[/TR]
[TR]
[TD]3400
[/TD]
[TD]Outgoing
[/TD]
[TD]01159796123
[/TD]
[/TR]
</tbody>[/TABLE]
Id like a formula which returns the number of unique Phone numbers, if the User ID is 2231, and If the Type is Not Incoming.
Ive tried a number of options with SumProduct and Count Ifs etc, but all have ended in failure
Best
Ali