+ Reply to Thread
Results 1 to 4 of 4

Autofill in large formulas

  1. #1
    Registered User
    Join Date
    09-27-2012
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    6

    Autofill in large formulas

    hi,

    You know when you can autofill numbers down or across cells but just typing in the first few, well i need that in my formulas...let me explain

    i have a formula in cell A3 that looks at a date in cell A1 and adds 7 to it. So A4 should add 14, A5 should 21 etc....its a weekly calculation.

    my actual formula is: =VLOOKUP($A$1+7),'_Finance 2013 MID.xlsx'!Dates,1,0)

    inside A1 is simple 8-8-13...a date

    thank you

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Autofill in large formulas

    Hi,

    Not exactly sure what you're asking but leave out the second parentheses and try

    =VLOOKUP($A$1+7,'_Finance 2013 MID.xlsx'!Dates,1,0)

    Otherwise upload your workbook and manually add some results explaining how you arrived at them so that we can construct a formula.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: Autofill in large formulas

    Change it to this:

    =VLOOKUP($A$1+7*ROWS($1:1),'_Finance 2013 MID.xlsx'!Dates,1,0)

    then copy down.

    Alternatively, put this formula in A4:

    =A3+7

    and copy that down to get consecutive weekly dates.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    09-27-2012
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Autofill in large formulas

    pete u genius!!

    thank you both

+ 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] Dynamic Update macro for autofill, rank, sum, large /w example
    By Hyflex in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-12-2012, 09:08 AM
  2. Excel autofill problem using large formula
    By prodigital in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-26-2010, 12:22 AM
  3. Replies: 2
    Last Post: 10-21-2008, 11:33 AM
  4. Sumproduct-autofill a large numbe
    By Pipestew in forum Excel General
    Replies: 3
    Last Post: 01-17-2007, 04:51 AM
  5. [SOLVED] AutoFill w/formulas
    By JamesElting in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM

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