<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - [FEATURE] VLOOKUP is using dynamic array when created with Function Wizard"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=109254">109254</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[FEATURE] VLOOKUP is using dynamic array when created with Function Wizard
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>5.2.4.2 release
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Calc
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>realitix@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Hello,
When you use the Function Wizard in Calc, and use the function VLOOKUP, the
second parameter is a range of cell to search in.
The problem is that selected cells are without $ (absolute position).
So when you drag the cell (to extend the formula), the range is updated too
(static range is better generally).
Example:
Currently: =VLOOKUP(A1;C1:D10;2;0)
After : =VLOOKUP(A1;$C$1:$D$10;2;0)
Would it be possible to change this behavior in LibreOffice with a static range
by default (with $) ?
What do you think about it ?
Sincerely,
Jean-Sébastien Bevilacqua</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>