Forum Discussion
jburkh02
Jan 30, 2024Copper Contributor
Formula Novice
I am a formula novice. I am struggling to figure out this one. Any help will be appreciated! All the percentages should equal to 100%. If the Pool 1 percentage changes (or for that matter any per...
HansVogelaar
Jan 30, 2024MVP
If the total cell currently contains a formula, simply enter 100% in this cell.
In the cell above, enter the formula
=total_cell-SUM(cells_above)
See the screenshots for an example:
- jburkh02Jan 30, 2024Copper Contributor
HansVogelaar Thank you!