+ Reply to Thread
Results 1 to 2 of 2

How to fill down formulas?

  1. #1
    Registered User
    Join Date
    11-20-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    1

    How to fill down formulas?

    This is what i'm trying to do:
    =SUM(F2*L5)
    =SUM(F3*L5)
    =SUM(F4*L5)
    ...etc.
    Is there a way to do this without manually typing in a new formula every row?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: How to fill down formulas?

    Hi and welcome to the forum

    Try this...
    =SUM(F2*$L$5)

    $ is used to absolute a cell reference, locking it so that when copied, it doesnt change.. it comes in 3 different "flavors...

    $A$1 absolutes the entire cell reference, it will not chance when copied down or across
    $A1 absolutes only the column, "A" will not change when copied across, but "1" WILL change when copied down
    A$1 absolutes only the row, "1" will not change when copied down, but "A" will change when copied across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Insert cells, fill formulas down, set formulas for dynamic range
    By Snickers65 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-03-2013, 01:43 PM
  2. Fill Formulas
    By Brian Matlack in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-03-2009, 06:15 PM
  3. How do I fill in formulas?
    By jojorumpus in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-13-2007, 10:41 PM
  4. Fill in Formulas
    By snax500 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2005, 12:05 PM
  5. can't get formulas to fill down. help!!
    By jimmy_reed in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-30-2005, 06:43 PM

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