i want to check multiple cells with something like: IF CellA=1 AND IF CellB=CellC,1
0 0nanman May 15, 2009 #1 i want to check multiple cells with something like: IF CellA=1 AND IF CellB=CellC,1
D David Biddulph May 15, 2009 #3 =IF(AND(A2=1,B1=C1),1,"whatever you want as a result if your condition isn't satisfied")
G Glenn May 15, 2009 #6 Don said: Perhaps a search in the HELP index for AND would be of assistance Click to expand... I always used to think that, but in Excel 2003 if you select "Offline Help" and search for: and AND you get nothing. And if you try: AND Worksheet Function you get a whole bunch of "worksheet functions", including "RAND worksheet function", but no "AND worksheet function". But if you search for: logic logical you will find "AND worksheet function".
Don said: Perhaps a search in the HELP index for AND would be of assistance Click to expand... I always used to think that, but in Excel 2003 if you select "Offline Help" and search for: and AND you get nothing. And if you try: AND Worksheet Function you get a whole bunch of "worksheet functions", including "RAND worksheet function", but no "AND worksheet function". But if you search for: logic logical you will find "AND worksheet function".
R Rick Rothstein May 15, 2009 #8 When I type AND into the search field in my copy of XL2003 (SP3 in case that matters), the 2nd returned link is for the AND function.
When I type AND into the search field in my copy of XL2003 (SP3 in case that matters), the 2nd returned link is for the AND function.