Finding whether a number is even or not


 Let's find whether the given numbers are even or odd.  You use ISEVEN() or ISODD() functions. You write just the cell name in the paranthesis. The result will be TRUE or FALSE. 

You can use IF() function  in order to write "It is an even number." or "It is an odd number." sentences according to result of the condition, as in the example.