K
Kurt Heisler
=IF(F6="Social Work Supervisor",1,0)
I'm trying to write a function that does enters either a 0, 1, or
blank (i.e., null) value in A2 based on a value in A1.
Basically:
If A1 is null, make A2 = null.
If A1 = "red", make A2 = 1.
If A1 doesn't = "red," make A2 = 0.
I got the syntax for the last two items:
=IF(A1="red",1,0)
How do I add the IsNull portion?
I tried beginning the formula with all sorts of =IIf(IsNull([A1]) ...
permutations but can't seem to get it.
Thanks.
I'm trying to write a function that does enters either a 0, 1, or
blank (i.e., null) value in A2 based on a value in A1.
Basically:
If A1 is null, make A2 = null.
If A1 = "red", make A2 = 1.
If A1 doesn't = "red," make A2 = 0.
I got the syntax for the last two items:
=IF(A1="red",1,0)
How do I add the IsNull portion?
I tried beginning the formula with all sorts of =IIf(IsNull([A1]) ...
permutations but can't seem to get it.
Thanks.