Hello
I am trying to convert an Excel file to a PDF. My Excel uses functions like XLOOKUP and IF. I am using the XLOOKUP function for name search. on another sheet in the Excel file i have values for those names i am searching eith XLOOKUP. The IF function is used as displayed in the example
Example for one cell
=IF(XLOOKUP("Example";Table1[@Description];Table1[@Value])=1;"ý";"o")
My problem is now. When I open the PDF after the conversion, I don't see the values. It just looks like before the conversion. But if I am opening the Excel file that i generate alongside the PDF, I see the correct values.
My questions are:
Does anyone know if these functions are supported?
Or if there is another solution to this problem?