+ Reply to Thread
Results 1 to 7 of 7

Drag the formula to every nth row from other sheet

Hybrid View

  1. #1
    Registered User
    Join Date
    07-04-2017
    Location
    Helsinki, Finland
    MS-Off Ver
    2017
    Posts
    6

    Drag the formula to every nth row from other sheet

    Hi,

    Could someone help me how can I copy the values from the other sheet to another. I would need to get those values in a way: A1=A5, A4=A6, A8=A7 A11=A8 and so on.

    Thank you for your help!

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,943

    Re: Drag the formula to every nth row from other sheet

    Pls attach a sample excel file
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,943

    Re: Drag the formula to every nth row from other sheet

    OR TRY
    =INDEX(Sheet1!A:A,4+CEILING(ROWS(A$1:A1)/3,1))
    CHANGE THE SHEET NAME AS PER YOUR NEEDS

  4. #4
    Registered User
    Join Date
    07-04-2017
    Location
    Helsinki, Finland
    MS-Off Ver
    2017
    Posts
    6

    Re: Drag the formula to every nth row from other sheet

    Hereīs a example of the situation that I made.

    Thanks a lot for the help!
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    07-04-2017
    Location
    Helsinki, Finland
    MS-Off Ver
    2017
    Posts
    6

    Re: Drag the formula to every nth row from other sheet

    On sheet 2 you can see the current situation and on Sheet 1 is what I am aiming for. I would need to drag the formula to copy those values for every nth row and then insert it in a way that it automaticly updates itself.

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,943

    Re: Drag the formula to every nth row from other sheet

    A2 OF SHEET1
    =IF(MOD(ROWS($A$2:$A2),2)=1,INDEX(Sheet2!$A$2:$A$12,INT((ROWS($A$2:$A2)-1)/2)+1),"")
    Try this and copy towards down

  7. #7
    Registered User
    Join Date
    07-04-2017
    Location
    Helsinki, Finland
    MS-Off Ver
    2017
    Posts
    6

    Re: Drag the formula to every nth row from other sheet

    It works!!!! Iīve been working on it work 5 hours now and I didnīt get it to work. You saved me! Thank you so much!

+ 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. [SOLVED] Drag formula and pick up next sheet
    By Excelski in forum Excel General
    Replies: 6
    Last Post: 12-08-2016, 02:48 PM
  2. Drag formula where sheet name (number) is variable
    By duszek00 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-13-2014, 12:57 AM
  3. [SOLVED] Drag formula, change sheet
    By lamdl in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-03-2014, 01:26 AM
  4. Can't Drag Formula In Sheet With Data Validation
    By tfougerousse in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-19-2013, 09:49 AM
  5. Replies: 1
    Last Post: 11-05-2012, 08:12 PM
  6. [SOLVED] Drag Formula to every other cell but refer to consecutive columns in another sheet
    By mariejulia in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-02-2012, 06:44 AM
  7. Replies: 5
    Last Post: 04-22-2012, 02:15 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