I want to average two numbers from separate columns to create a new final rank column. I'm sure there is an easy way to do this but I can't come up with it for some reason. See sample data below
Miles Volume Final Rank
100 1,200 650
50 500 275
600 75 337.5
I am also wondering if I can use a weighted average to weight miles more heavily (70%) than volume (30%).
Any assistance is greatly appreciated.
Thanks!