The counterpart to this function is the ISEVEN() function:
ISODD(number)=NOT(ISEVEN(number))
Example. You can use the example for the ISEVEN() function and format the rows with odd row numbers in a color. In Excel 2003 and earlier versions, you must replace the validation formula with
=NOT(INT(ROW(cell)/2)=ROW(cell)/2)