Hello All,
I am quite new to these forums and new to EES as well. I am trying to have EES solve a table of data, but do it line by line since some of the variables solved in each line may need to be constants in the next line. I am very familiar with Excel, and in my mind what needs to happen is I create a dependency variable and that tells a formula which row to draw another variable from. I feel like I am not expressing myself well, so I will try and give a simplified example.
Y = the sum of a letter and its dependent
A = 5, it's dependent is C
B = 4, it's partner is A
C = 3, it's dependent is B
So Y = A + (lookup what A's dependent is, C). That would be Y = 5 + 3 = 8
Similarly Y = B + (lookup A). Therefore Y = 4 + 5 = 9
This is a gross simplification, but I believe the lookup (floating variable) mechanism I am describing would solve my larger issue. Basically a solved variable from one "line" of user input data into a table would then be part of the data being used to solve another "line" of data, overwriting one of the user inputs.
Again I feel I haven't captured my issue very well, but any help that could be offered would be greatly appreciated.
Thank you,
DarkF1ame
Have you tried looking up the F-Chart support pages?