I am using Power Query to review an Excel file and look for any error values (such as #NA , #VALUE , etc.).
When PQ imports these, it converts the cell to Error. If returned to the Excel worksheet, these cells become null.
I'd like to know if it's possible to have PQ actually return the cell value. Essentially I would want to keep the rows with errors and then return those exactly as they were input to show the user where there are errors. But it seems like PQ won't import #NA and allow it to be returned in a query.
When PQ imports these, it converts the cell to Error. If returned to the Excel worksheet, these cells become null.
I'd like to know if it's possible to have PQ actually return the cell value. Essentially I would want to keep the rows with errors and then return those exactly as they were input to show the user where there are errors. But it seems like PQ won't import #NA and allow it to be returned in a query.