Hello all,
This is my first on this forum although I come here quite often to seek solutions. Now I think I've stumbled upon something that has not been yet touched or maybe has been but I was unable to find it. I have a following problem. I need to got though a list of customers and make a decision if the current price that they are getting makes sense for the company. and I can't figure out the way to do that in a productive way. Let me present the issue with an example - let's say we have three customers which bought a specific quantity of the product for a specific price (table below). Now we can see that Customer B although has bought only 5 pieces of a product has a very high unit price so wouldn't have an issue. On the other hand customer C has bought also not that much but really for a very low price so that raises a question if the price should be so low with that volume. Obviously the first solution for me would be to use an XY chart to present that graphically but the issue would be what if I have more customers then say 20 etc. and what if I have more than one product? So this I guess is a question on the fields not only of excel but also mathematics. And I can't wrap my head around it. Anyone could help with this?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Qty[/TD]
[TD]Price (EUR)[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]100[/TD]
[TD]1,2[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]5[/TD]
[TD]1,4[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]20[/TD]
[TD]0,8[/TD]
[/TR]
</tbody>[/TABLE]
Regards
This is my first on this forum although I come here quite often to seek solutions. Now I think I've stumbled upon something that has not been yet touched or maybe has been but I was unable to find it. I have a following problem. I need to got though a list of customers and make a decision if the current price that they are getting makes sense for the company. and I can't figure out the way to do that in a productive way. Let me present the issue with an example - let's say we have three customers which bought a specific quantity of the product for a specific price (table below). Now we can see that Customer B although has bought only 5 pieces of a product has a very high unit price so wouldn't have an issue. On the other hand customer C has bought also not that much but really for a very low price so that raises a question if the price should be so low with that volume. Obviously the first solution for me would be to use an XY chart to present that graphically but the issue would be what if I have more customers then say 20 etc. and what if I have more than one product? So this I guess is a question on the fields not only of excel but also mathematics. And I can't wrap my head around it. Anyone could help with this?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Qty[/TD]
[TD]Price (EUR)[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]100[/TD]
[TD]1,2[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]5[/TD]
[TD]1,4[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]20[/TD]
[TD]0,8[/TD]
[/TR]
</tbody>[/TABLE]
Regards