Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello all,
Does anyone have a suggestion for the following...
I have a 170 page calculation, predominantly systems of linear equations, that has over 150 different inputs.
What could be recommended as the best method for inputting the variables?
I am currently using loads of individual READEXCEL's but this is not ideal as it does not pick Excel variables (cell location cannot be moved).
I'm thinking that a CSV intermediary between Excel and Prime might be best with use of some VBA, not sure.
I'm in the slow process of re-writing the sheet so that logic can take care of some of it!
Thanks in advance.
Solved! Go to Solution.
Hi,
An input table could be the way to go. 150 inputs is a table 10 wide by 15 down. If you double the ten wide you can use text to hint what the variable to the right is, Input could be broken into multiple tables if it gets too large. Units can be applied in the table or in the extraction of variables below.
For example:-
Hi,
An input table could be the way to go. 150 inputs is a table 10 wide by 15 down. If you double the ten wide you can use text to hint what the variable to the right is, Input could be broken into multiple tables if it gets too large. Units can be applied in the table or in the extraction of variables below.
For example:-
Good idea, thanks again Terry, I'll give it a whirl.
Are these 'range variables'?
Hi,
Are these 'range variables'?
No. Each column of the input table is a vector. It is necessary to extract each variable from the corresponding vector.
Cheers
Terry