+ Reply to Thread
Results 1 to 4 of 4

I need to find odd numbers in a column

  1. #1
    whouser
    Guest

    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. #2
    Jason Morin
    Guest

    Re: I need to find odd numbers in a column

    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. #3
    Myrna Larson
    Guest

    Re: I need to find odd numbers in a column

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

    On Thu, 27 Jan 2005 05:41:04 -0800, "whouser"
    <[email protected]> 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. #4
    Gord Dibben
    Guest

    Re: I need to find odd numbers in a column

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

    Tools>Add-ins>ATP checked.


    Gord Dibben Excel MVP

    On Thu, 27 Jan 2005 05:58:06 -0800, "Jason Morin"
    <[email protected]> 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1