Forum Discussion
Automatically Subtract Entered Amount from Existing Value in Another Cell
Hi danyell723,
It would help to know how you get the number in cell B18.
Let's say that currently, the formula in B18 is the sum of B11 to B17
=sum(B11:B17)
Now what you want to do is subtract B10 from that previous formula.
=SUM(SUM(B11:B17)-B10)
- danyell723Sep 09, 2020Copper Contributor
BennadeauThere's no formula associated with B18. I manually entered that value and have been revising it as needed.
- BennadeauSep 09, 2020Iron Contributor
In that case, you will need to write the formula in a different cell.
Let's say B19 is available, you will write:
=B18-B10
If you must have the new value in B18, then invert B18 and B19.
- danyell723Sep 09, 2020Copper Contributor
Ok, so THAT'S the part I'm missing I guess....the inverting.
I know I've been talking about a single cell, but it's actually an entire row of inventory totals (B18-Z18) that would need this formula.
So I entered that formula into B17, dragged to copy it across the entire row, and now I just don't know how to invert this to where B17 remains blank (albeit the formula), but the values get transferred to B18? And more so, how to keep it automatically doing so.