answersLogoWhite

0

If you are referring to the Even and Odd functions, you can just start typing then or find them through the Math and Trig functions category. You can use the Insert Function button on the Formula Bar to do that. You can also do it through menus or tabs, depending on the version of Excel you have.

To find out if an actual value is odd or even you could use the MOD function, which finds a remainder. If you divide by 2 and the remainder is 1 it is obviously odd, and if it is 0 then it is even. You use the MOD function like this, where the 2 is dividing into the first value, in this case 10:

=MOD(10,2)

It could also be used with a cell reference, like this, where it is using A15 as an example:

=MOD(A15,2)

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you print odd pages and even pages in MS Excel?

MS Excel does not have the ability to selectively print odd or even pages. You need to use the function on your printer for that option. When you print from Excel, instead of just clicking the print button, select print and click on the printer PROPERTIES button. If your printer has the ability to selectively print odd or even pages, you will select that option according to your printer's specifications.


Can you find 3 odd numbers that equals to fifty?

No. An odd plus an odd is even, and an even plus an odd is odd. Thus, you will always end up with an odd number if you add only three odd numbers together, and 50 is even.


What do you notice when you find the difference between an odd and even numbers?

The answer is an odd number.


If you add 3 to an even number the sum would be odd or even?

Odd. Even + Even = Even Odd + Odd = Even Odd + Even = Even + Odd = Odd


Find the number is even or odd using if else?

if remainder (x/2) = 0 then even else odd


The sum of an even and odd number?

Lets find out.2 + 3 = 5 (Odd)4 + 7 = 11 (Odd)12 + 13 = 25 (Odd)So it appears that the sum of an even and odd number is an odd number.


Does multiplying an odd number by an even number give an even answer?

odd * odd = odd answer even * even = even answer odd * even = even answer


Is even times even odd?

even times even = even odd times even = even odd times odd = odd


When you add to even numbers is the answer always even?

Yes. Even + Even = Even, Odd + Odd = Even and Even + Odd or Odd + Even = Odd


Is the sum of an odd number and an even number always even?

No. Sum of odd + odd = even Sum of odd + even = odd Sum of even + even = even


How do you find a number is odd or even numbers using flowchart?

Get number Find modulo 2 of number If the result is zero, number is even Else number is odd


How do you find number is even or odd?

An even number can be divided by 2 evenly. An odd number will have a remainder of 1 when divided by 2.