+ Reply to Thread
Results 1 to 3 of 3

Moving data from multiple cells to one column

  1. #1

    Moving data from multiple cells to one column

    We are currently running an audit of a rather large network, and we
    determined that the best way to list the data output would be in an
    excel spreadsheet. However, we would like to organize the data by
    giving certain types of entries their own columns while remaining in
    the same row. I've searched high and low for a method to move data from
    single cells in different columns into a single column in one fell
    swoop, but have come up short.

    x = data of interest
    - = other data

    What it's like now:
    x - - - - - - -
    - - - x - - - -
    - - - - - - - x

    The way we need it to be:
    x - - - - - - -
    x - - - - - - -
    x - - - - - - -

    Has anyone been able to do this in Excel?


  2. #2
    Ragdyer
    Guest

    Re: Moving data from multiple cells to one column

    Say your list is from A1 to P6,
    And if I understand what you're looking for, you want:
    A1, D2, G3, J4, ...etc.
    returned down a column.

    Try this, and drag down for at least 6 rows:

    =INDEX(A$1:P$6,ROWS($1:1),3*ROWS($1:1)-2)

    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------
    <[email protected]> wrote in message
    news:[email protected]...
    > We are currently running an audit of a rather large network, and we
    > determined that the best way to list the data output would be in an
    > excel spreadsheet. However, we would like to organize the data by
    > giving certain types of entries their own columns while remaining in
    > the same row. I've searched high and low for a method to move data from
    > single cells in different columns into a single column in one fell
    > swoop, but have come up short.
    >
    > x = data of interest
    > - = other data
    >
    > What it's like now:
    > x - - - - - - -
    > - - - x - - - -
    > - - - - - - - x
    >
    > The way we need it to be:
    > x - - - - - - -
    > x - - - - - - -
    > x - - - - - - -
    >
    > Has anyone been able to do this in Excel?
    >



  3. #3
    Ragdyer
    Guest

    Re: Moving data from multiple cells to one column

    Forgot to mention ... if the formula is what you're looking for,
    All you would have to change would be
    A$1:P$6
    to your actual range.
    The formula will start and end wherever your range reference starts and
    ends.
    --
    Regards,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------
    "Ragdyer" <[email protected]> wrote in message
    news:[email protected]...
    > Say your list is from A1 to P6,
    > And if I understand what you're looking for, you want:
    > A1, D2, G3, J4, ...etc.
    > returned down a column.
    >
    > Try this, and drag down for at least 6 rows:
    >
    > =INDEX(A$1:P$6,ROWS($1:1),3*ROWS($1:1)-2)
    >
    > --
    > HTH,
    >
    > RD
    >
    > ---------------------------------------------------------------------------
    > Please keep all correspondence within the NewsGroup, so all may benefit !
    > ---------------------------------------------------------------------------
    > <[email protected]> wrote in message
    > news:[email protected]...
    >> We are currently running an audit of a rather large network, and we
    >> determined that the best way to list the data output would be in an
    >> excel spreadsheet. However, we would like to organize the data by
    >> giving certain types of entries their own columns while remaining in
    >> the same row. I've searched high and low for a method to move data from
    >> single cells in different columns into a single column in one fell
    >> swoop, but have come up short.
    >>
    >> x = data of interest
    >> - = other data
    >>
    >> What it's like now:
    >> x - - - - - - -
    >> - - - x - - - -
    >> - - - - - - - x
    >>
    >> The way we need it to be:
    >> x - - - - - - -
    >> x - - - - - - -
    >> x - - - - - - -
    >>
    >> Has anyone been able to do this in Excel?
    >>

    >



+ 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