﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio" version="0.90"?>
<regions>
  <settings>
    <editable>true</editable>
    <shortcut>vlookup</shortcut>
    <calculation>
      <precision>4</precision>
      <fractions>decimal</fractions>
      <recalculation>true</recalculation>
    </calculation>
    <dependences>
      <assembly name="SMath Studio" version="0.90" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Special Functions" version="1.2.3926.27956" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
    </dependences>
  </settings>
  <region id="0" left="9" top="9" width="553" height="56" color="#000000" background-color="#ffff80" font-size="10">
    <text lang="rus">
      <p>Looks in the first column of a "table", for a given "value", and returns the value(s) in the same row(s) in the "column" specified.When multiple values are returned, they appear in a vector.</p>
    </text>
  </region>
  <region id="1" left="9" top="63" width="517" height="164" color="#000000" background-color="#ffffff" font-size="10">
    <math fraction-type="none" optimize="1">
      <input>
        <e type="operand">value</e>
        <e type="operand">table</e>
        <e type="operand">column</e>
        <e type="function" args="3">vlookup</e>
        <e type="operand">k</e>
        <e type="operand">1</e>
        <e type="operator" args="2">←</e>
        <e type="operand">j</e>
        <e type="operand">1</e>
        <e type="operator" args="2">←</e>
        <e type="operand">j</e>
        <e type="operand">table</e>
        <e type="function" preserve="true" args="1">rows</e>
        <e type="operator" args="2">≤</e>
        <e type="operand">j</e>
        <e type="operand">j</e>
        <e type="operand">1</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">←</e>
        <e type="operand">table</e>
        <e type="operand">j</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="3">el</e>
        <e type="operand">value</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">result</e>
        <e type="operand">k</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="3">el</e>
        <e type="operand">table</e>
        <e type="operand">j</e>
        <e type="operand">column</e>
        <e type="function" preserve="true" args="3">el</e>
        <e type="operator" args="2">←</e>
        <e type="operand">k</e>
        <e type="operand">k</e>
        <e type="operand">1</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">←</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">line</e>
        <e type="operand">0</e>
        <e type="function" preserve="true" args="3">if</e>
        <e type="function" preserve="true" args="4">for</e>
        <e type="operand">result</e>
        <e type="operand">3</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="5">line</e>
        <e type="operator" args="2">←</e>
      </input>
    </math>
  </region>
  <region id="2" left="9" top="225" width="221" height="64" color="#000000" background-color="#ffffff" font-size="10">
    <math optimize="1">
      <input>
        <e type="operand">4</e>
        <e type="operand">1</e>
        <e type="operand">2</e>
        <e type="operand">3</e>
        <e type="operand">4</e>
        <e type="operand">5</e>
        <e type="operand">6</e>
        <e type="operand">4</e>
        <e type="operand">8</e>
        <e type="operand">9</e>
        <e type="operand">3</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="11">mat</e>
        <e type="operand">3</e>
        <e type="function" args="3">vlookup</e>
      </input>
      <result action="numeric">
        <e type="operand">6</e>
        <e type="operand">9</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">mat</e>
      </result>
    </math>
  </region>
</regions>