I have a nitrogen mass balance (ins-outs=losses). I want to create a spreadsheet that will show the % error of the loss value when I change the one variable.
for example see inputs and outputs below:
a b c
1 "in values" "out values"
2 1 2
3 2 3
4 3 3
Then the equation is:
(1+2+3)+(-2-3-3) = -2
If i were to change one of the inputs
a
1 "inputs"
2 4
3 3
4 2
Then
(4+2+3)+(-2-3-3) = 2
I want the spreadsheet to tell me which variable was changed (value in a2) and by what percentage was the overall loss changed by the change of variable. This is a very simple example but I can't get my head around what needs to be done... I think I'll also want to have a graph showing how the change in the different inputs effects the loss.
I really have no idea if this makes sense to anyone but myself but if anyone can help I would greatly appreciate it! I feel like it is a type of regression modelling but do not know how to go about solving it.
Thanks.
for example see inputs and outputs below:
a b c
1 "in values" "out values"
2 1 2
3 2 3
4 3 3
Then the equation is:
(1+2+3)+(-2-3-3) = -2
If i were to change one of the inputs
a
1 "inputs"
2 4
3 3
4 2
Then
(4+2+3)+(-2-3-3) = 2
I want the spreadsheet to tell me which variable was changed (value in a2) and by what percentage was the overall loss changed by the change of variable. This is a very simple example but I can't get my head around what needs to be done... I think I'll also want to have a graph showing how the change in the different inputs effects the loss.
I really have no idea if this makes sense to anyone but myself but if anyone can help I would greatly appreciate it! I feel like it is a type of regression modelling but do not know how to go about solving it.
Thanks.