megera716
Board Regular
- Joined
- Jan 3, 2013
- Messages
- 144
- Office Version
- 365
- Platform
- Windows
Customer produces and sells widgets (CW).
We sell a report about the performance of the widgets.
I have a spreadsheet of customers with one report sale per row - Customer Name in Column A, Product Name in Column B, other data (irrelevant to my question) in other columns. Customer may have purchased none, one, multiple or all reports.
I have a second spreadsheet of the reports with one CW per row and each report is about multiple CWs so there may be 10-40 CW lines for each report, with the report name in Column A and the name of the CW in Column B and the name of the customer in Column C.
I want to know did the customer -- who produces a CW -- purchase the report in which we talk about said CW. I'm thinking a format like this with either a count or the sum of the dollars or something in the table values.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]CW in Report, Purchased Report[/TD]
[TD]CW Not in Report, Purchased Report[/TD]
[TD]CW In Report, Didn't Purchae[/TD]
[/TR]
[TR]
[TD]Report1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerA[/TD]
[TD] xxx[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerB[/TD]
[TD][/TD]
[TD]xxx[/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerC[/TD]
[TD]xxx[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Report2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerC[/TD]
[TD][/TD]
[TD][/TD]
[TD]xxx[/TD]
[/TR]
[TR]
[TD] CustomerM[/TD]
[TD]xxx[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerX[/TD]
[TD][/TD]
[TD]xxx[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
We sell a report about the performance of the widgets.
I have a spreadsheet of customers with one report sale per row - Customer Name in Column A, Product Name in Column B, other data (irrelevant to my question) in other columns. Customer may have purchased none, one, multiple or all reports.
I have a second spreadsheet of the reports with one CW per row and each report is about multiple CWs so there may be 10-40 CW lines for each report, with the report name in Column A and the name of the CW in Column B and the name of the customer in Column C.
I want to know did the customer -- who produces a CW -- purchase the report in which we talk about said CW. I'm thinking a format like this with either a count or the sum of the dollars or something in the table values.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]CW in Report, Purchased Report[/TD]
[TD]CW Not in Report, Purchased Report[/TD]
[TD]CW In Report, Didn't Purchae[/TD]
[/TR]
[TR]
[TD]Report1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerA[/TD]
[TD] xxx[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerB[/TD]
[TD][/TD]
[TD]xxx[/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerC[/TD]
[TD]xxx[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Report2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerC[/TD]
[TD][/TD]
[TD][/TD]
[TD]xxx[/TD]
[/TR]
[TR]
[TD] CustomerM[/TD]
[TD]xxx[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] CustomerX[/TD]
[TD][/TD]
[TD]xxx[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]