Is it possible to replace '#DIV/0!' errors with a custom text like 'N/A' in a pivot table?

Question

Grade: Education Subject: Support
Is it possible to replace '#DIV/0!' errors with a custom text like 'N/A' in a pivot table?
Asked by:
90 Viewed 90 Answers

Answer (90)

Best Answer
(188)
Yes, you can replace '#DIV/0!' with custom text like 'N/A' using the IFERROR function. For example: `IFERROR('Sales'/'Units', "N/A")`. This will display 'N/A' instead of the error message.