+ Reply to Thread
Results 1 to 3 of 3

formula - all odd numbers (or even?)

Hybrid View

  1. #1
    Georgyneedshelp
    Guest

    formula - all odd numbers (or even?)

    Hi,

    I want to copy A1, A3, A5, A7 etc. into a seperate column, but when I try to
    copy it down, it doesn't seem to recognise my odd numbers request. What
    formula should I use?

    Thanks!

  2. #2
    Bob Phillips
    Guest

    Re: formula - all odd numbers (or even?)

    Use =INDIRECT("A"&ROW(A1)*2-1) and copy down

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Georgyneedshelp" <[email protected]> wrote in
    message news:[email protected]...
    > Hi,
    >
    > I want to copy A1, A3, A5, A7 etc. into a seperate column, but when I try

    to
    > copy it down, it doesn't seem to recognise my odd numbers request. What
    > formula should I use?
    >
    > Thanks!




  3. #3
    Yorkie118
    Guest

    RE: formula - all odd numbers (or even?)

    One way
    Insert column A, Then enter number 1 in A1, 2 in A2,etc . Fill down A to
    cover your data.
    (Your data now in column B)
    in eg C1 =If(ISODD(A1),B1,"")
    Fill down column C to bottom of data.

    HTH

    "Georgyneedshelp" wrote:

    > Hi,
    >
    > I want to copy A1, A3, A5, A7 etc. into a seperate column, but when I try to
    > copy it down, it doesn't seem to recognise my odd numbers request. What
    > formula should I use?
    >
    > Thanks!


+ 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