+ Reply to Thread
Results 1 to 3 of 3

column + 3

  1. #1
    Registered User
    Join Date
    10-13-2012
    Location
    newcastle
    MS-Off Ver
    Excel 2007
    Posts
    68

    Post column + 3

    Hello I am having some trouble with excel.
    I have data in Sheet 2 arranged like this Column A Column B Column C Coloumn D Column E Column F Column G Column H Column I Column J
    SP1 T R SP2 L G SP3 R L SP4

    The SP# data is always 2 cells apart.

    I want to put this into Sheet3 like this Column A Column B Column C Coloumn D Column E Column F Column G Column H Column I
    SP1 SP2 SP3 SP4 SP5 SP6 SP7 SP8 SP9


    basically just by copying across in sheet3, for the life of me i cant seem to work out how to reference just copy right and just look at the relevent equally spaced columns.

    There is a lot of data and the SP do not always follow consecutive numbers, not that it really matters - but just in case one of you just say why dont you just drag SP1,SP2 etc

    Most welcome for your help

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: column + 3

    use
    =INDEX(Sheet2!1:1,CEILING(COLUMNS($A$1:A1)*3,3)-2)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    10-13-2012
    Location
    newcastle
    MS-Off Ver
    Excel 2007
    Posts
    68

    Re: column + 3

    Brilliant this worked ace! , Thank you, is there a way to rate you?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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