Making Lookup Graph

Use this forum to post Vensim related questions.
Post Reply
Monte
Senior Member
Posts: 133
Joined: Sat Aug 13, 2005 4:18 am
Vensim version: PLE+

Making Lookup Graph

Post by Monte »

Hi,

Is there a tip for filling a large number of input/output data in a lookup graph? In my case, a goal is to specify hundreds of data points (kept in Excel) to make a lookup graph. This, if done manually, is time-consuming and vulnerable to mis-specification.

Hope you can help.

Monte
Administrator
Super Administrator
Posts: 4838
Joined: Wed Mar 05, 2003 3:10 am

Post by Administrator »

There is a function called

GET XLS LOOKUPS('file','tab','x row or col','cell')

You can read the data directly from Excel.

Tony.
Lee Jones

Post by Lee Jones »

In addition to the get_xls_lookup function already mentioned, if you arrange the data pairs in Excel and copy them to the clipboard, you can "import" from the clipboard using the "import vals" button in the bottom-left of the equation editor (when looking at a lookup table equation in "as graph" mode).
bob@vensim.com
Senior Member
Posts: 1107
Joined: Wed Mar 12, 2003 2:46 pm

Post by bob@vensim.com »

If this is actually Time Series Data don't use a lookup - make it a data variable.
Monte
Senior Member
Posts: 133
Joined: Sat Aug 13, 2005 4:18 am
Vensim version: PLE+

Post by Monte »

Thank you so much for your helps.
Post Reply