+ Reply to Thread
Results 1 to 5 of 5

Need fomula

  1. #1
    Registered User
    Join Date
    11-20-2006
    Posts
    2

    Need fomula

    Hi,

    Please help me on the formula to to copy the contents of column A and column B to column C in interval.

    ex.
    Column A contains

    A1
    A2
    A3
    A4

    Column B contains
    B1
    B2
    B3
    B4

    Column C should contains
    A1
    B1
    A2
    B2
    A3
    B3
    A4
    B4

    Thanks.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by kenzo
    Hi,

    Please help me on the formula to to copy the contents of column A and column B to column C in interval.

    ex.
    Column A contains

    A1
    A2
    A3
    A4

    Column B contains
    B1
    B2
    B3
    B4

    Column C should contains
    A1
    B1
    A2
    B2
    A3
    B3
    A4
    B4

    Thanks.
    I would doubt that a formula will suffice.

    Are columns A and B all single alpha?

    If columns A and B are not also single digit numeric what then is the (sort) sequence when A9 is matched to B10 etc.

    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211
    Quote Originally Posted by kenzo
    Hi,

    Please help me on the formula to to copy the contents of column A and column B to column C in interval.

    ex.
    Column A contains

    A1
    A2
    A3
    A4

    Column B contains
    B1
    B2
    B3
    B4

    Column C should contains
    A1
    B1
    A2
    B2
    A3
    B3
    A4
    B4

    Thanks.
    Try this:
    =OFFSET($A$1,INT((ROWS($A$1:A1)-1)/2),MOD(ROWS($A$1:A1)-1,2))

  4. #4
    Registered User
    Join Date
    11-20-2006
    Posts
    2
    Thanks a lot. The formula works perfectly.

  5. #5
    Registered User
    Join Date
    11-04-2006
    Posts
    8

    what I would do........

    I would create a macro that copys content from A and B columns to C column and then sort according to your criteria.........

+ 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