answersLogoWhite

0


Best Answer

There is no direct XOR function in Excel. XOR is what is known as an Exclusive OR. It is basically saying when something is one or the other, but not both. A normal OR accepts both as a valid option. As there is no direct XOR function in Excel, you have to use other functions to construct one. Assuming A1 and B1 have the values you want to test, then you can achieve an XOR by doing the following:

OR(AND(A1,NOT(B1)),AND(NOT(A1),B1))

The combinations of values in A1 and B1 would be the first pair below. Then put the other combinations in the cells below A1 and B1 and copy the formula down to test the other combinations:

TRUE TRUE

FALSE TRUE

TRUE FALSE

FALSE FALSE

A regular OR will accept the first combination, the second combination and the third combination. The above formula only accepts the second and third combinations, as they both have one TRUE, but not the other.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you use the XOR function in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you represent XOR function symbol in word?

xor


When the condition is a question that can be answered true or false Excel calls this?

An IF function can be used to do this. It is one of the Logical functions. Others include AND, OR, NOT, FALSE, TRUE and XOR. Using the IF function, we sometimes talk about What-if.


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.


Can you use Sum Function in school?

If you use Excel in school, then, yes, you can use the SUM function.


To add numeric enteries quick in excel use the function?

Use the Sum function.


How do you use the all function in Excel?

you can get help in the Microsoft excel itself by pressing F1 key.


Which Excel function would you use when you want to determine a monthly loan payment?

The PMT function.


Which function can be used to check whether the value is numeric or not?

In Excel you can use the ISNUMBER() 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.


Is total and sum the same thing in Excel?

SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.SUM is the name of an actual function. It totals up values. So they are the same thing. There is no function called total in Excel, but it is a general term we use in describing what the SUM function can do.


How do you do standard deviation on Microsoft Excel?

Use the STDEV() 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.