For example, I want the contents of A1 and B1 to always add up to 1000. If the user types "200" into cell A1, I want B1 to automatically update to be "800". Likewise, if the user types "600" into cell B1, I want A1 to automatically update to be "400".
I can do one or the other pretty easily—I can set A1 to be "=1000 - B1" for example, and get the second half of the behavior I want. But if the user types "200" into A1, it overwrites my formula and now I'm left with numbers that don't match and don't auto-update.
Is what I'm after possible? Or is Excel the wrong tool here?