Mar 11, 2003 #1 as47 MIS Joined Feb 12, 2003 Messages 11 Location US How can I do something like this (correctly). . . =if((b2=1 and c2=2),"Yes","No" I am trying to use logic in the first argument of the IF statment. Thanks, AS47
How can I do something like this (correctly). . . =if((b2=1 and c2=2),"Yes","No" I am trying to use logic in the first argument of the IF statment. Thanks, AS47
Mar 11, 2003 1 #2 PepeLeMokko Programmer Joined Apr 12, 2002 Messages 97 Location BE Your formula should be: =if(and(b2=1;c2=2),"Yes","No" Upvote 0 Downvote
Mar 11, 2003 Thread starter #3 as47 MIS Joined Feb 12, 2003 Messages 11 Location US Excellent! Thanks SO much! It worked like a charm! (I replaced the semicolon w/ a comma.) Thanks again! Upvote 0 Downvote
Excellent! Thanks SO much! It worked like a charm! (I replaced the semicolon w/ a comma.) Thanks again!