Using AND and OR in Excel IF Statements - (You can skip this part, if you found the IF Statements in the previous tutorial a touch too tricky! Just move on to Conditional Formatting via the link at the bottom of the page.) The Excel AND Function The Excel function AND takes a least two values and tells you whether or not they are true. As a simple example, take a sequence like this: You can use AND to see if this sequence is all "Won". Enter the following formula in cell E1: =AND(B1="Won", C1="Won", D1="Won") When you press the enter key on your keyboard, cell E1 will have a value of False. It's False because the AND function is checking each cell for a value of "Won". If just one of these values is not "Won" then the whole AND function returns false. If you change the value in cell C1 to Won and press the enter key, cell E1 will have a value of True. With the AND function, each test for true or false ...
Welcome to free computer courses and tutorials site. All the courses are aimed at complete beginners, so you don't need experience to get started. Simply click the computer course below that interests you. You'll then be taken to the contents page for that course.