Say I have 3 columns: A B C
-In column A, I will be inputting positive and negative currency values (e.g., $500 or -$500)
-Column B will contain a running balance for Account Alpha (say the balance is $500)
-Column C will contain a running balance for Account Bravo (say the balance is $2,000)
If I input into Column A the following: -$700, is there a way to create a formula that will balance Column B and Column C why subtracting the maximum possible from Column B and once zero is reached, subtracting any outstanding remainder from Column C? The final breakdown would look like this:
A B C
$500 $2,000
-$700 $0.00 $1,800