1. Home
  2. Computing & Technology
  3. Spreadsheets

Excel 2007 AND Function

By Ted French, About.com

Excel 2007 AND Function

Excel 2007 AND Function

© Ted French

The AND function is one of Excel’s Logical functions. Like other logical functions, the AND function gives only a TRUE or FALSE answer.

To determine whether the output will be TRUE or FALSE, the AND function evaluates at least one mathematical expression located in another cell in the spreadsheet.

The syntax for the AND function is:

= AND ( logical-1 , logical-2 , ... logical-255 )

logical - refers to the cell reference that is being checked. Up to 255 logical values can be entered into the function.

Example Using Excel 2007's AND Function:

Note: For help with this example, see the image to the right.

  1. Enter the following data into cells D1 to D3: 78 , 110 , 45.

  2. Click on cell E1 - the location where the results will be displayed.

  3. Click on the Formulas tab.

  4. Choose Logical Functions from the ribbon to open the function drop down list.

  5. Click on AND in the list to bring up that function's dialog box.

  6. Click on cell D1 in the spreadsheet to enter the first cell reference in the logical1 box.

  7. Type < 100 after the cell reference in the logical1 box.

  8. Click in the box next to logical2 in the dialog box.

  9. Click on cell D2 in the spreadsheet to enter the second cell reference.

  10. Type < 100 after the cell reference in the logical2 box.

  11. Click in the box next to logical3 in the dialog box.

  12. Click on cell D3 in the spreadsheet to enter the third cell reference.

  13. Type < 100 after the cell reference in the logical3 box.

  14. Click OK.

  15. The value FALSE should appear in cell E1 because the data in cell D2 is greater than 100.

  16. The complete function = AND ( B1 < 100 , B2 < 100 , B3 < 100) appears in the formula bar above the worksheet when you click on cell E1.

  17. To return a value of TRUE in cell E1, type a number in cell B2 that is less than 100.


Related Article
More Spreadsheets Quick Tips

Explore Spreadsheets

More from About.com

  1. Home
  2. Computing & Technology
  3. Spreadsheets
  4. Excel Functions
  5. Logical Functions
  6. AND Function - Excel AND Function - Excel 2007 AND Function

©2008 About.com, a part of The New York Times Company.

All rights reserved.