Hi all,
I suspect the solution to what I want to do is simple, but I can’t figure it out, and Google searches didn’t help.
Take a look at the attached screenshot from one of my Google Sheets. I manually fill in column B; Google auto calculates column C. When I add a new row, I want to drag column C down to auto calculate the new cell. Simple, right?
Here’s the problem: Only 1 of the 2 things must change in each row. So, if I add a row below Microsoft, add $2,500 for the amount, then drag 23% down, I get “#DIV/0!” That’s because Google wants the Microsoft “percentage” to be “=sum(B5/B9).”
But because I want to change only 1 thing, the formula should be “=sum(B5/B8).”
In other words: The B8 (the “total”) always stays the same; it’s the B5 (the “amount”) which changes.
Any idea how to make this happen? Thanks a ton!