Hey all,
I'm still learning how to use all the functions and I need some help. I need to combine two IF statements but can't get the syntax right. The first is easy: IF(A-B>=3,"Don't Count","Count"). The second should basically say: if B=0 and A>=2,"Don't Count","Count". How do I combine those statements? Any help would be appreciated.