View Single Post
  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Note: the Analysis ToolPak add-in must be loaded to access the ISODD or
ISEVEN Functions.

ToolsAdd-insATP checked.


Gord Dibben Excel MVP

On Thu, 27 Jan 2005 05:58:06 -0800, "Jason Morin"
wrote:

With values in col. A, put this in B1 and fill down:

=IF(ISODD(A1),"Odd","Even")

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a large excel spreadsheet that I need to find

either all even numbers
or all odd numbers in a column. IIs there a simple

function for doing this?
.