excel - Distribute the value of a cell over multiple cells untill the remaining value is 0 -
i'm looking solution automatically distribute value of cell (c3 till c10) based on number of months (b7 till b10).
anyone can me out formula?
first, can make helper row showed in image attached starting number 1.
then apply below formula cell(e5) , drag across range.
formula: "=if($b5>=e$3,$c5/$b5,0)"
thanks abhinav
Comments
Post a Comment