tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
In column A, I have these values:
In column B, I type:
I expected for those rows that contain an error to return "Zero" but it returns #N/A.
Why is that?
Thanks
Code:
1
#N/A
#N/A
0
5
In column B, I type:
Code:
=IF(A2=0,"Zero",IFERROR(A2,"Zero"))
I expected for those rows that contain an error to return "Zero" but it returns #N/A.
Why is that?
Thanks