The error value produced by the Excel formula is displayed as an empty method with the function. The error value produced by the Excel formula is displayed as NULL, for example, when the divisor is 0 o'clock, an error value is generated. In order to not print the error value, you must display the error value as null. We use the function Iferror in Excel to display the error value as null.
Method/Step
First, open the Excel software, as shown in the figure:
Next, enter some data, as shown in figure:
Next, enter the cell inside the C2: =a2/b2, carriage return, then drag with the fill handle, as shown:
You can see the error values appear, Next, we enter in the cell D2: =iferror (A2/b2, ""), carriage return, and then drag with the fill handle, as shown in figure:
The above is the small series for everyone to bring the error value of the Excel formula is displayed as a null method with a function