+ Reply to Thread
Results 1 to 5 of 5

Using the fill handle

  1. #1
    Registered User
    Join Date
    04-24-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    6

    Using the fill handle

    How can I fill downwards the following formula?

    =(SUM(B$2:B13)*0.05)*(J2/12)
    =(SUM(B$2:B12)*0.05)*(J3/12)
    =(SUM(B$2:B11)*0.05)*(J4/12)

    Thanks
    Last edited by nazitf; 04-24-2009 at 07:17 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Using the fill handle

    What cell is the first formula in?
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Using the fill handle

    If the first formula is in Row2 somewhere, try this:

    =(SUM(INDIRECT("B$2:B"&15-ROW()))*0.05)*(J2/12)

    ...and copy that down.

  4. #4
    Registered User
    Join Date
    04-24-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Using the fill handle

    Thanks! - worked a treat.

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Using the fill handle

    If that takes care of your need, be sure to EDIT your original post (Go Advanced) and mark the PREFIX box [SOLVED]

+ 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