Mar 11, 2003 #1 as47 MIS Feb 12, 2003 11 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 Apr 12, 2002 97 BE Your formula should be: =if(and(b2=1;c2=2),"Yes","No" Upvote 0 Downvote
Mar 11, 2003 Thread starter #3 as47 MIS Feb 12, 2003 11 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!