ExcelLearner_
New Member
- Joined
- May 23, 2018
- Messages
- 7
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Customer Name
[/TD]
[TD]Customer Add
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]Add 1
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]Add 2
[/TD]
[/TR]
[TR]
[TD]CDE
[/TD]
[TD]Add 3
[/TD]
[/TR]
[TR]
[TD]BFE ( CDE Finance)
[/TD]
[TD]Add 3
[/TD]
[/TR]
</tbody>[/TABLE]
Hi guys,
I have a set of data consist of the below:
- Customer Name
- Customer Address
- Status
- Owner
- Type
I would like to count the number of customer with criteria
1. Status = Finalized
2. Owner = Bob
3. Type = Visit
The challenge as describe below (see table attached above)
1. one customer may have more than one address
2. one address may have more than one customer name.
Given all the criteria match, the total number of customer should be 2. (CDE & BFE are same entity with different subsidiary/department)
Tried using sum if together with 1/countifs formula - however it return 3...
Anyone can help shed some lights??
Many thanks in advance.
<tbody>[TR]
[TD]Customer Name
[/TD]
[TD]Customer Add
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]Add 1
[/TD]
[/TR]
[TR]
[TD]ABC
[/TD]
[TD]Add 2
[/TD]
[/TR]
[TR]
[TD]CDE
[/TD]
[TD]Add 3
[/TD]
[/TR]
[TR]
[TD]BFE ( CDE Finance)
[/TD]
[TD]Add 3
[/TD]
[/TR]
</tbody>[/TABLE]
Hi guys,
I have a set of data consist of the below:
- Customer Name
- Customer Address
- Status
- Owner
- Type
I would like to count the number of customer with criteria
1. Status = Finalized
2. Owner = Bob
3. Type = Visit
The challenge as describe below (see table attached above)
1. one customer may have more than one address
2. one address may have more than one customer name.
Given all the criteria match, the total number of customer should be 2. (CDE & BFE are same entity with different subsidiary/department)
Tried using sum if together with 1/countifs formula - however it return 3...
Anyone can help shed some lights??
Many thanks in advance.