home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / commercial / pipedream / documents / functions / lookup < prev    next >
Text File  |  1992-01-08  |  1KB  |  113 lines

  1. %OP%VS4.12 Test (Dec 12 1991), Colton Software - Development, R0123 4567 8901 2345
  2. %OP%DP0
  3. %OP%LP*
  4. %OP%TM4
  5. %OP%BM4
  6. %OP%LM5
  7. %OP%FX
  8. %OP%FY
  9. %OP%FS
  10. %OP%WC2,2154,708,1364,0,0,0,0
  11. %CO:A,10,100%
  12. %C%%H1%Lookup Functions Examples
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. %C%Function
  21.  
  22. CHOOSE
  23. LOOKUP
  24. HLOOKUP
  25. VLOOKUP
  26. MATCH
  27. INDEX
  28. %CO:B,9,0%
  29.  
  30.  
  31. %V%%C%8
  32. %V%%C%7
  33. %V%%C%2
  34. %V%%C%11
  35. %V%%C%6
  36.  
  37. %R%Input 1
  38.  
  39. %V%%R%4
  40. %V%%R%11
  41. %V%%R%7
  42. %V%%R%17
  43. %V%%R%13
  44. %V%%R%{11,12,13;21,22,23;31,32,33}
  45. %CO:C,9,0%
  46.  
  47.  
  48. %V%%C%5
  49. %V%%C%12
  50. %V%%C%7
  51. %V%%C%9
  52. %V%%C%17
  53.  
  54. %R%Input 2
  55.  
  56. %R%B4B8
  57. %R%B4B8
  58. %R%B5E5
  59. %R%C4C8
  60. %R%B4E4
  61. %V%%R%3
  62. %CO:D,9,0%
  63.  
  64.  
  65. %V%%C%10
  66. %V%%C%13
  67. %V%%C%7
  68. %V%%C%5
  69. %V%%C%12
  70.  
  71. %R%Input 3
  72.  
  73. %R%-
  74. %R%C4C8
  75. %V%%R%2
  76. %V%%R%1
  77. %V%%R%1
  78. %V%%R%1
  79. %CO:E,8,90%
  80.  
  81.  
  82. %V%%C%12
  83. %V%%C%19
  84. %V%%C%1
  85. %V%%C%7
  86. %V%%C%1
  87.  
  88. %R%Result
  89.  
  90. %V%%R%choose(B12,B4B8)
  91. %V%%R%lookup(B13,B4B8,C4C8)
  92. %V%%R%hlookup(B14,B5E5,D14)
  93. %V%%R%vlookup(B15,C4C8,D15)
  94. %V%%R%match(B16,B4E4,D16)
  95. %V%%R%index(B17,C17,D17)
  96. %CO:F,2,0%%CO:G,82,0%
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. %L%Summary
  106.  
  107. Returns the %H4%Input1%H4%%H6%st%H6% entry from a list of numbers.
  108. Returns the value in range 2 corresponding to the position of %H4%Input1%H4% in range 1.
  109. As for Lookup, but range 2 given as a horizontal offset (%H4%Input3%H4%) from range 1.
  110. As for Lookup, but range 2 given as a vertical offset (%H4%Input3%H4%) from range 1.
  111. Returns the value in the range which %H4%Input1%H4% matches.
  112. Returns the desired single element or subarray of an array.
  113.