Created attachment 165556 [details] test ods file It is very slow to fill down a column with VLOOKUP formula. Steps to Reproduce: 1. Type in "=VLOOKUP(A2,$aufnr.A:B,2,0)" in cell B2 of tab Sheet3. 2. Fill down the formula by double-clicking the + handle at the bottom-right corner of cell B2. Current Behaviour: It takes a lot of time (>40s) on my pc before this column is successfully filled. Expected: The column is filled with vlookup formula within 3 seconds. Even the old Microsoft Excel 2010 can do this within 3s. Version: 6.4.6.2 Build ID: 0ce51a4fd21bff07a5c061082cc82c5ed232f115 CPU threads: 4; OS: Linux 5.8; UI render: default; VCL: gtk3; Locale: zh-CN (zh_CN.UTF-8); UI-Language: en-US Calc: threaded
My bad - this may not be a bug, althrough it may be improved. Excel is also slow with such operation. A workaroud is to sort the column A in sheet aufnr and then do vlookup with "=VLOOKUP(A2,$aufnr.A:B,2,1)".