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?

enter image description here

enter image description here

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)"

related image

thanks abhinav


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -