G
GAIDEN
help,
if error.type(column C) is <=7, i want the value of "0" returned. otherwise
i want the value in column B returned. the formula i'm using in column D is
IF(ERROR.TYPE(C1)<=7, 0, B1). i'm getting the desired "0" value if there is
an error type in column C but not the value of column B.
A B C D
98 105 #N/A 0
97 104 #N/A 0
96 103 #N/A 0
95 102 #N/A 0
94 101 #N/A 0
93 100 #N/A 0
92 99 #N/A 0
91 98 98 #N/A
90 97 97 #N/A
89 96 96 #N/A
if error.type(column C) is <=7, i want the value of "0" returned. otherwise
i want the value in column B returned. the formula i'm using in column D is
IF(ERROR.TYPE(C1)<=7, 0, B1). i'm getting the desired "0" value if there is
an error type in column C but not the value of column B.
A B C D
98 105 #N/A 0
97 104 #N/A 0
96 103 #N/A 0
95 102 #N/A 0
94 101 #N/A 0
93 100 #N/A 0
92 99 #N/A 0
91 98 98 #N/A
90 97 97 #N/A
89 96 96 #N/A