Hello,
Can anybody help me with altering a little the following function:
I am using sumproduct to find Weighted Average if my data is arragned like this:
Cost Number of Items
100 : 5
200 : 2
300 : 3
the formula =SUMPRODUCT(A2:A4,B2:B4)/SUM(B2:B4) is working great.
As I have my data arranged differently, I was wondering if I can change the formula.
My data is like this:
Cost Item Cost Item Cost Item
100 5 200 2 300 3
How should I change the formula in this case?
Bookmarks