+ Reply to Thread
Results 1 to 5 of 5

Formula to Add Movement to a Cell

  1. #1
    Registered User
    Join Date
    12-19-2007
    Posts
    12

    Formula to Add Movement to a Cell

    I have a form on Excel where the info shows up every 55 rows that I would like to put on another spread sheet.

    Is there a formula where I can, say, start with A1 in the new spreadsheet and type ='Book1'!B6 and than in B1 of the new spreadsheet type something that what show me the data in B61?

    Thanks!
    Last edited by NBVC; 10-05-2010 at 01:43 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula to Add Movement to a Cell

    Try:

    =INDEX('Book1 '!$B$6:$B$1000,55*(COLUMNS($A$1:A$1)-1)+1)

    adjust B6:B1000 to your whole range... and copy across from A1 to B1, etc...

    is there a space after Book1 in your sheetname? Check that, please.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    12-19-2007
    Posts
    12

    Re: Formula to Add Movement to a Cell

    Sorry - I meant to say copy the cells in the rows A1 to A2, and so on. So, B6 from sheet 1 would be on A1 and B61 from sheet one would be on A2. Thanks!

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula to Add Movement to a Cell

    Try:

    =INDEX('Book1 '!$B$6:$B$1000,55*(ROWS($A$1:$A1)-1)+1)

    copied down.

  5. #5
    Registered User
    Join Date
    12-19-2007
    Posts
    12

    Re: Formula to Add Movement to a Cell

    Worked - thank you!!!!!

+ 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