Team -
I have weights in cells B2:B70 and numbers in cells C2:C70. I am attempting to find a weighted median to populate cell C71. A weighted mean is being calculated using =SUMPRODUCT($B2:$B70,C2:C70)/SUM($B2:$B70) - but I cannot think of an elegant formula for a weighted median. Maybe I am being terribly slow.
Thanks in advance.