Thanks for your help in advance...
I have to figure out pricing, using a weighted average. But I have two Weighting Criteria. Dates & Distance (Fractions of a Mile).
[TABLE="width: 303"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Date of Sale[/TD]
[TD]Distance[/TD]
[TD]Pricing[/TD]
[/TR]
[TR]
[TD]11/6/2017[/TD]
[TD]0.12[/TD]
[TD]654.36[/TD]
[/TR]
[TR]
[TD]7/11/2018[/TD]
[TD]0.21[/TD]
[TD]765.31[/TD]
[/TR]
[TR]
[TD]12/19/2017[/TD]
[TD]0.32[/TD]
[TD]695.58[/TD]
[/TR]
[TR]
[TD]8/9/2018[/TD]
[TD]0.53[/TD]
[TD]858.16[/TD]
[/TR]
[TR]
[TD]8/9/2018[/TD]
[TD]0.53[/TD]
[TD]777.70[/TD]
[/TR]
[TR]
[TD]4/25/2018[/TD]
[TD]0.57[/TD]
[TD]809.44[/TD]
[/TR]
[TR]
[TD]8/29/2018[/TD]
[TD]0.58[/TD]
[TD]942.01[/TD]
[/TR]
[TR]
[TD]11/28/2017[/TD]
[TD]0.61[/TD]
[TD]736.94[/TD]
[/TR]
[TR]
[TD]2/15/2018[/TD]
[TD]0.63[/TD]
[TD]930.54[/TD]
[/TR]
[TR]
[TD]9/26/2018[/TD]
[TD]0.76[/TD]
[TD]722.15[/TD]
[/TR]
[TR]
[TD]1/24/2018[/TD]
[TD]0.9[/TD]
[TD]759.44[/TD]
[/TR]
</tbody>[/TABLE]
How would I accomplish this - I tried using the Sumproduct over Sum method, but I think I am doing it wrong...
I have to figure out pricing, using a weighted average. But I have two Weighting Criteria. Dates & Distance (Fractions of a Mile).
[TABLE="width: 303"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Date of Sale[/TD]
[TD]Distance[/TD]
[TD]Pricing[/TD]
[/TR]
[TR]
[TD]11/6/2017[/TD]
[TD]0.12[/TD]
[TD]654.36[/TD]
[/TR]
[TR]
[TD]7/11/2018[/TD]
[TD]0.21[/TD]
[TD]765.31[/TD]
[/TR]
[TR]
[TD]12/19/2017[/TD]
[TD]0.32[/TD]
[TD]695.58[/TD]
[/TR]
[TR]
[TD]8/9/2018[/TD]
[TD]0.53[/TD]
[TD]858.16[/TD]
[/TR]
[TR]
[TD]8/9/2018[/TD]
[TD]0.53[/TD]
[TD]777.70[/TD]
[/TR]
[TR]
[TD]4/25/2018[/TD]
[TD]0.57[/TD]
[TD]809.44[/TD]
[/TR]
[TR]
[TD]8/29/2018[/TD]
[TD]0.58[/TD]
[TD]942.01[/TD]
[/TR]
[TR]
[TD]11/28/2017[/TD]
[TD]0.61[/TD]
[TD]736.94[/TD]
[/TR]
[TR]
[TD]2/15/2018[/TD]
[TD]0.63[/TD]
[TD]930.54[/TD]
[/TR]
[TR]
[TD]9/26/2018[/TD]
[TD]0.76[/TD]
[TD]722.15[/TD]
[/TR]
[TR]
[TD]1/24/2018[/TD]
[TD]0.9[/TD]
[TD]759.44[/TD]
[/TR]
</tbody>[/TABLE]
How would I accomplish this - I tried using the Sumproduct over Sum method, but I think I am doing it wrong...