answersLogoWhite

0


Best Answer

The AND function is one of the logical functions in Excel. It used when testing more that one condition to see if all of these are true. So if you were testing for something like is someone earning over a certain amount of money and paying a certain tax rate, you would need the AND function, in conjunction with an IF function to help you achieve this. By itself it returns TRUE or FALSE. Only if all the tests are true does it return TRUE. The following one checks if 10 is less than 5 and is 6 less than 20. Obviously they are, so the function will return a TRUE value.

=AND(10>5,6<20)

The following one checks if 20 is less than 15 and is 60 more than 42. Obviously only one of those things is the case, so the function will return a FALSE value, as both must be true.

=AND(20<15,60>42)

Both of those are simple and obvious examples, but often you will be using values in cells which may or may not meet the conditions and could give different results.

=AND(A3>40,B3<10)

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the AND function in Excel do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the step function of Microsoft Excel?

There is no step function in Excel. However, you can use excel to create a Step Function Chart. See related links for a video to explain the process.


A formula prewritten by excel is called?

Function


Does the uplookvert function in Excel exist?

There is no function of that name in Excel. There is a function called VLOOKUP which stands for Vertical Lookup, and is probably what you mean.


In excel 2013 where are the various function categories stored on the Ribbon?

In Excel Where are the various function categories stored on the Ribbon?


What is the function of percentage in micro-soft Excel?

functions of excel


An If function within an if function in Excel is called what?

A nested if.


How does the trig function ACOS work in Excel?

In Excel, the ACos function returns the arccosine (in radians) of a number.The syntax for the ACos function is:ACos( number )number is a number between -1 and 1. It is the cosine of the angle that you wish to find.Applies To:Excel 2007, Excel 2003, Excel XP, Excel 2000


How do you make a box plot in Excel?

Excel does not have a native BOXPLOT function, but you can replicate the function by following the instructions in the related links.


What is a function reference in Excel?

A function can reference cells or named ranges in the function.


Can you enter a function in Excel using autocomplete?

You can use the clipboard in Excel. It is a facility as opposed to a traditional function, like the SUM function or AVERAGE or MAX and other functions that are built in to Excel.


Which formula prewritten by excel?

function


What is quartile Excel function?

There is no function to create a quartile in Excel. A quartile is a 25% division of a statistical collection of data. You can use Excel to create a chart to let you observe the quartiles of the data.