You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><i>lookup_value</i> - the value that you want to match in <i>lookup_array</i>;</li>
1030
-
<li><i>lookup_array</i> - the range of cells;</li>
1031
-
<li><i>match_type</i> - optional (1 by default):<br>1- finds the largest value that is less than or equal to <i>lookup_value</i><br>0 - finds the value that is exactly equal to <i>lookup_value</i><br>-1 - finds the smallest value that is greater than or equal to <i>lookup_value</i></li>
1029
+
<li><i>lookup_value</i> - the value to search for;</li>
1030
+
<li><i>table_array</i> - the table from which to retrieve a value;</li>
1031
+
<li><i>column_index_num</i> - the row number in the table from which to retrieve a value;</li>
<li><i>lookup_value</i> - the value to search for;</li>
1060
-
<li><i>lookup_array</i> - the array or range to search;</li>
1061
-
<li><i>return_array</i> - the array or range to return;</li>
1062
-
<li><i>if_not_found</i> - optional, if a valid match is not found, returns the [if_not_found] text you supply;</li>
1063
-
<li><i>match_mode</i> - optional (0 by default):<br>0 - Exact match<br>-1 - Exact match. If not found, returns the next smaller item<br>1 - Exact match. If not found, returns the next larger item</li>
1064
-
</ul></td>
1065
-
<td>Searches a range or an array, and then returns the item corresponding to the first match it finds. If no match exists, then XLOOKUP can return the closest (approximate) match.</td>
<li><i>array</i> - a range of cells or an array constant;</li>
1072
-
<li><i>row_num</i> - the row position in the reference or array;</li>
1073
-
<li><i>column_num</i> - optional, the column position in the reference or array.</li>
1060
+
<li><i>lookup_value</i> - the value that you want to match in <i>lookup_array</i>;</li>
1061
+
<li><i>lookup_array</i> - the range of cells;</li>
1062
+
<li><i>match_type</i> - optional (1 by default):<br>1- finds the largest value that is less than or equal to <i>lookup_value</i><br>0 - finds the value that is exactly equal to <i>lookup_value</i><br>-1 - finds the smallest value that is greater than or equal to <i>lookup_value</i></li>
1074
1063
</ul></td>
1075
-
<td>Returns the value at a given location in a range or array.</td>
1064
+
<td>Searches for a specified item in a range of cells, and then returns the relative position of that item in the range.</td>
1076
1065
</tr>
1077
1066
<tr>
1078
1067
<td><b>VLOOKUP</b><br>added in v4.3</td>
@@ -1086,15 +1075,26 @@ Check the example in our [snippet tool](https://snippet.dhtmlx.com/wux2b35b).
1086
1075
<td>Looks up a value in a vertical table by matching on the first column</td>
<li><i>lookup_array</i> - the array or range to search;</li>
1083
+
<li><i>return_array</i> - the array or range to return;</li>
1084
+
<li><i>if_not_found</i> - optional, if a valid match is not found, returns the [if_not_found] text you supply;</li>
1085
+
<li><i>match_mode</i> - optional (0 by default):<br>0 - Exact match<br>-1 - Exact match. If not found, returns the next smaller item<br>1 - Exact match. If not found, returns the next larger item</li>
1096
1086
</ul></td>
1097
-
<td>Looks up a value in a horizontal table</td>
1087
+
<td>Searches a range or an array, and then returns the item corresponding to the first match it finds. If no match exists, then XLOOKUP can return the closest (approximate) match.</td>
0 commit comments