+ Reply to Thread
Results 1 to 5 of 5

copying down formula

Hybrid View

johnrat copying down formula 11-27-2009, 10:22 AM
DonkeyOte Re: copying down formula 11-27-2009, 10:26 AM
johnrat Re: copying down formula 12-03-2009, 10:02 AM
DonkeyOte Re: copying down formula 12-03-2009, 10:17 AM
johnrat Re: copying down formula 12-04-2009, 07:05 AM
  1. #1
    Registered User
    Join Date
    11-27-2009
    Location
    london UK
    MS-Off Ver
    Excel 2003
    Posts
    3

    copying down formula

    I need to produce the following result which lists subtotals. It looks straightforward but I am stuck:
    cell c100: = c10
    cell c101: = c20
    cell c103: = c30
    cell c104: = c40
    What formula can I use in c101 to display the result in cell c20 and then copy down as required?
    Thanks in advance from John in Kings Cross, London, UK.
    Last edited by johnrat; 11-27-2009 at 10:52 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: copying down formula

    John,

    C100: =INDEX(C:C,10*ROWS(C$100:C100))
    copied down

  3. #3
    Registered User
    Join Date
    11-27-2009
    Location
    london UK
    MS-Off Ver
    Excel 2003
    Posts
    3

    Smile Re: copying down formula

    Thank you Donkeyote. Your formula is very useful. It starts with the 10th row and continues in increments of 10 rows.
    I now need to start with row 42 (i.e. not row 10) and increment by 10 rows.
    So the result would display in c100: =c42; in c101: =c52; in c101: =c62.
    I have tried to adjust your formula without success. Any further advice would be gratefully received.
    John

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: copying down formula

    The most logical for future amendment would be:

    C100: =INDEX(C:C,42+10*(ROWS(C$100:C100)-1))

  5. #5
    Registered User
    Join Date
    11-27-2009
    Location
    london UK
    MS-Off Ver
    Excel 2003
    Posts
    3

    Thumbs up Re: copying down formula

    Thank you very much Donkeyote. That will save us so much time. You are a star.
    John.

+ 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