+ Reply to Thread
Results 1 to 3 of 3

Autofill Row (whilst skipping every other cell), using column from another sheet

  1. #1
    Registered User
    Join Date
    12-12-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    19

    Question Autofill Row (whilst skipping every other cell), using column from another sheet

    HI! Thanks for considering my problem.

    I need to autofill from b28 along row 28 in the source sheet, from column e in 'Sheet1' starting in e2 going down, eg: e2,e3,e4.

    However, I need to do this whilst skipping every other column in the source sheet.

    e.g.

    b28= 'Sheet1'e2
    d28= 'sheet1'e3
    f28= 'sheet1'e4

    etc

    Appreciated if you could help! x

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Autofill Row (whilst skipping every other cell), using column from another sheet

    In B28

    =IF(MOD(COLUMN(B1),2)=0,INDEX(Sheet1!$E:$E,COLUMN(B1)/2+1),"")

    copy across
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    12-12-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Autofill Row (whilst skipping every other cell), using column from another sheet

    Perfect! Thank you immensely!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Autofill SUM formula while skipping rows
    By sooosan in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-21-2012, 05:11 PM
  2. Multisheet formula autofill while skipping rows
    By SimTurner in forum Excel General
    Replies: 6
    Last Post: 09-29-2012, 08:03 PM
  3. Autofill Skipping Hidden Cells
    By birth19 in forum Excel General
    Replies: 4
    Last Post: 02-27-2012, 09:29 AM
  4. Autofill macro: filling for range whilst there is a value in cell
    By maff in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-25-2008, 07:34 AM
  5. Replies: 0
    Last Post: 04-20-2005, 12:06 PM

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