Hi,
I have a data set that has a number of customers. Some of those customers have partners/spouses, and I need to focus on "households" where the person to be focused on is the one who has, in order: 1) spent the most or 2) if the same was spent, then the one who purchased the most.
The way our system outputs the data is as customers and with costumer partners and they all have their own customer numbers. Is there a way to quickly float to the top of a spreadsheet those partner/spouses who 1) have NOT spent the most or 2) if the same was spent, then purchased the least? This way that information can be hidden/deleted so as to focus on the person who is most interested.
An example of a data set is below.
Thanks
[TABLE="width: 691"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Customer #[/TD]
[TD]Customer Partner[/TD]
[TD]Customer Partner #[/TD]
[TD]Amount Spent[/TD]
[TD]Number of times purchased[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]1[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]1000[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]2[/TD]
[TD]z[/TD]
[TD]26[/TD]
[TD]2000[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]c[/TD]
[TD]3[/TD]
[TD]y[/TD]
[TD]25[/TD]
[TD]500[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]d[/TD]
[TD]4[/TD]
[TD]x[/TD]
[TD]24[/TD]
[TD]8000[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]e[/TD]
[TD]5[/TD]
[TD]w[/TD]
[TD]23[/TD]
[TD]20[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]f[/TD]
[TD]6[/TD]
[TD]v[/TD]
[TD]22[/TD]
[TD]1450[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]g[/TD]
[TD]7[/TD]
[TD]u[/TD]
[TD]21[/TD]
[TD]150[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]h[/TD]
[TD]8[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]i[/TD]
[TD]9[/TD]
[TD]t[/TD]
[TD]20[/TD]
[TD]250[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]j[/TD]
[TD]10[/TD]
[TD]s[/TD]
[TD]19[/TD]
[TD]750[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]k[/TD]
[TD]11[/TD]
[TD]r[/TD]
[TD]18[/TD]
[TD]600[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]l[/TD]
[TD]12[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]m[/TD]
[TD]13[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]n[/TD]
[TD]14[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]o[/TD]
[TD]15[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]p[/TD]
[TD]16[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]q[/TD]
[TD]17[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]r[/TD]
[TD]18[/TD]
[TD]k[/TD]
[TD]11[/TD]
[TD]600[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]s[/TD]
[TD]19[/TD]
[TD]j[/TD]
[TD]10[/TD]
[TD]750[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]t[/TD]
[TD]20[/TD]
[TD]i[/TD]
[TD]9[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]u[/TD]
[TD]21[/TD]
[TD]g[/TD]
[TD]7[/TD]
[TD]150[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]v[/TD]
[TD]22[/TD]
[TD]f[/TD]
[TD]6[/TD]
[TD]1445[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]w[/TD]
[TD]23[/TD]
[TD]e[/TD]
[TD]5[/TD]
[TD]20[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]x[/TD]
[TD]24[/TD]
[TD]d[/TD]
[TD]4[/TD]
[TD]10000[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]25[/TD]
[TD]c[/TD]
[TD]3[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]z[/TD]
[TD]26[/TD]
[TD]b[/TD]
[TD]2[/TD]
[TD]1000[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
I have a data set that has a number of customers. Some of those customers have partners/spouses, and I need to focus on "households" where the person to be focused on is the one who has, in order: 1) spent the most or 2) if the same was spent, then the one who purchased the most.
The way our system outputs the data is as customers and with costumer partners and they all have their own customer numbers. Is there a way to quickly float to the top of a spreadsheet those partner/spouses who 1) have NOT spent the most or 2) if the same was spent, then purchased the least? This way that information can be hidden/deleted so as to focus on the person who is most interested.
An example of a data set is below.
Thanks
[TABLE="width: 691"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Customer #[/TD]
[TD]Customer Partner[/TD]
[TD]Customer Partner #[/TD]
[TD]Amount Spent[/TD]
[TD]Number of times purchased[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]1[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]1000[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]2[/TD]
[TD]z[/TD]
[TD]26[/TD]
[TD]2000[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]c[/TD]
[TD]3[/TD]
[TD]y[/TD]
[TD]25[/TD]
[TD]500[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]d[/TD]
[TD]4[/TD]
[TD]x[/TD]
[TD]24[/TD]
[TD]8000[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]e[/TD]
[TD]5[/TD]
[TD]w[/TD]
[TD]23[/TD]
[TD]20[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]f[/TD]
[TD]6[/TD]
[TD]v[/TD]
[TD]22[/TD]
[TD]1450[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]g[/TD]
[TD]7[/TD]
[TD]u[/TD]
[TD]21[/TD]
[TD]150[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]h[/TD]
[TD]8[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]i[/TD]
[TD]9[/TD]
[TD]t[/TD]
[TD]20[/TD]
[TD]250[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]j[/TD]
[TD]10[/TD]
[TD]s[/TD]
[TD]19[/TD]
[TD]750[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]k[/TD]
[TD]11[/TD]
[TD]r[/TD]
[TD]18[/TD]
[TD]600[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]l[/TD]
[TD]12[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]m[/TD]
[TD]13[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]n[/TD]
[TD]14[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]o[/TD]
[TD]15[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]p[/TD]
[TD]16[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]q[/TD]
[TD]17[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]r[/TD]
[TD]18[/TD]
[TD]k[/TD]
[TD]11[/TD]
[TD]600[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]s[/TD]
[TD]19[/TD]
[TD]j[/TD]
[TD]10[/TD]
[TD]750[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]t[/TD]
[TD]20[/TD]
[TD]i[/TD]
[TD]9[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]u[/TD]
[TD]21[/TD]
[TD]g[/TD]
[TD]7[/TD]
[TD]150[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]v[/TD]
[TD]22[/TD]
[TD]f[/TD]
[TD]6[/TD]
[TD]1445[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]w[/TD]
[TD]23[/TD]
[TD]e[/TD]
[TD]5[/TD]
[TD]20[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]x[/TD]
[TD]24[/TD]
[TD]d[/TD]
[TD]4[/TD]
[TD]10000[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]25[/TD]
[TD]c[/TD]
[TD]3[/TD]
[TD]500[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]z[/TD]
[TD]26[/TD]
[TD]b[/TD]
[TD]2[/TD]
[TD]1000[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]