Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
whouser
 
Posts: n/a
Default I need to find odd numbers in a column

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?
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

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?
.

  #3   Report Post  
Myrna Larson
 
Posts: n/a
Default

=MOD(A1,2) will return 0 for even numbers, 1 for odd numbers.

On Thu, 27 Jan 2005 05:41:04 -0800, "whouser"
wrote:

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?


  #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?
.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
no row numbers or column letters DISPLAYED RagDyer Excel Discussion (Misc queries) 4 April 24th 23 03:42 AM
How can you find duplicate numbers in a column? Alvin Excel Worksheet Functions 1 January 15th 05 11:24 PM
find first nonzero value in column DAVID Excel Worksheet Functions 5 January 11th 05 03:31 AM
find first nonzero value in column DAVID Excel Worksheet Functions 2 January 11th 05 12:53 AM
find first nonzero value in column DAVID Excel Worksheet Functions 0 January 10th 05 01:11 PM


All times are GMT +1. The time now is 10:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"