Forum Discussion

Steve Haines's avatar
Steve Haines
Copper Contributor
Jul 21, 2018

excel formulas

have this formula =if(or(d$11=d$30,d$11=d$31,d$30=d$31),"conflict","okay") which works just fine.  Occassionally all the cells are "na" in which case I want "okay" as the result. could you help me mo...