https://bz.apache.org/ooo/show_bug.cgi?id=107377

--- Comment #4 from mroe <[email protected]> ---
A static number should NEVER change! A programmer should know what he is doing.

In the example simply change the formula from
=VLOOKUP(A20;A6:E8;4;FALSE())
to
=VLOOKUP(A20;A6:E8;COLUMNS(A4:D4);FALSE())
to make the value non static.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

Reply via email to