akshatk1991
New Member
- Joined
- May 6, 2013
- Messages
- 13
I want to create a function which returns a certain value if one of 3 conditions are met, and #N/A if it is false,
So far my function looks like this, but isnt working properly. If A40 is zero, NA or blank, i want it to return BL12, and if it has a value, then NA.
IF(OR(A40=0,A40="",ISNA(A40)),BL12,NA())
So far my function looks like this, but isnt working properly. If A40 is zero, NA or blank, i want it to return BL12, and if it has a value, then NA.
IF(OR(A40=0,A40="",ISNA(A40)),BL12,NA())