excel - Proportional distribution -
can please me understand how distribute amount using coefficient , quantity every part using formula or vba macro? table large manually. please find excel table extract sample. "amount distributed" column corresponds "key" , each cell duplicated, e.g. cells e2-e4 should not summarized. first line of each duplication occurence in "amount distributed" column should distributed using "coefficient" , "quantity".
e.g. want 733134.89/(110+60+90) distribute given proportionally d2, d3, d4
many in advance.
given data @ present (which should shown in op , not merely via link or image):
and assuming columnf shows trying achieve, pivottable values of amount distributed proportionally max of, count of , sum of last shown % of grand total:
would provide values formula in l2 , copied down suit of:
=k2/j2
which basis lookup table formula in f2 , copied down suit of:
=vlookup(a2,h:l,5,0)
Comments
Post a Comment