is there an AND logical ?

0

0nanman

i want to check multiple cells with something like:

IF CellA=1 AND IF CellB=CellC,1
 
D

David Biddulph

=IF(AND(A2=1,B1=C1),1,"whatever you want as a result if your condition isn't
satisfied")
 
G

Glenn

Don said:
Perhaps a search in the HELP index for
AND
would be of assistance


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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top