+ Reply to Thread
Results 1 to 6 of 6

skip 44 rows, name, skip 44 rows, return name

  1. #1
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    skip 44 rows, name, skip 44 rows, return name

    Hello. I have cells down a column. How can I return the first value in A1, then skip 44 rows, and put that value in A2, then skip 44 rows and put that value in A3, etc. A code is fine but a formula also works. Thank ye.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: skip 44 rows, name, skip 44 rows, return name

    Are you saying that there are values in A1 and A2 and down but you want the value in A44 to overwrite it, an the value in A88 to overwrite the value in A2?
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Re: skip 44 rows, name, skip 44 rows, return name

    No, there are no values in column A. Let's say the data is in column B. I want A1= B1, A2= B55 and so on (skipping 44 rows for each input into column A. Capisce?

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: skip 44 rows, name, skip 44 rows, return name

    Try this formula in A1. Data is in column B: A1=B1; A2=B44; ...
    =OFFSET($B$1,(ROW(A1)-1)*44,0)

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Regards

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: skip 44 rows, name, skip 44 rows, return name

    This version is similar to that of José Augusto but will allow you to insert rows above the columns without disrupting the formula results if you might have need of the ability to do so.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  6. #6
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Re: skip 44 rows, name, skip 44 rows, return name

    This that good good. Thank ye.

+ 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. How to skip rows when referencing another workbook that doesn't skip rows?
    By Julian2501 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-06-2014, 04:55 PM
  2. Match string in one column, return value in same row, skip rows that down't match
    By anilsen0711 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-01-2013, 05:35 AM
  3. VBA- deleting rows which contain cells that meet criteria, but skip alpha rows
    By cheapkid1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-30-2012, 08:49 AM
  4. [SOLVED] skip rows
    By marat in forum Excel General
    Replies: 2
    Last Post: 04-14-2006, 03:40 AM
  5. [SOLVED] skip rows
    By marat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-13-2006, 07:30 AM

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