I have a working environment with many exports using Laravel-Excel (maatwebsite.nl).
In an export I would like to achieve the following. I have multiple sheets and would like to have a sheet where i would use a Vlookup formula that searches values from another sheet. the expected result would be the following:
in Column A user will type(scan) an SKU and in Colunm B the Vlookup formula would search the given sku from another sheet for the product name.
But in my export I have #N/A in all cells that contains the forumula, not even have the formula in the field only #N/A. In my config file the 'pre_calculate_formulas' => false is set.
Is there any idea?
thank you!