+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Autofilling formulas down

  1. #1
    Registered User
    Join Date
    01-12-2009
    Location
    Massachusetts
    MS-Off Ver
    Excel 2007
    Posts
    4

    Question Autofilling formulas down

    Ok, i don't know if there is a way around manually editing each cell for fix the problem.

    I have a series of formulas set up in one spreadsheet for PBA bowling patterns and scores. one of the specific functions is for the max scratch score on a given pattern:

    Ex: =IF(C4="Shark",MAX(D4:G4)," ")

    When i copy this formula downward, the pattern does as follows:

    =IF(C5="Shark",MAX(D5:G5)," ")
    =IF(C6="Shark",MAX(D6:G6)," ")
    =IF(C7="Shark",MAX(D7:G7)," ")
    Etc.

    which is exactly want i want, except for one thing: i want the first cell reference in the max function to remain as D4, instead of changing like the other two cell references:

    =IF(C5="Shark",MAX(D4:G5)," ")
    =IF(C6="Shark",MAX(D4:G6)," ")
    =IF(C7="Shark",MAX(D4:G7)," ")

    Is there any way for the auto fill downward to do this, or do i have to manually edit each number back to 4 to match what i want the formula to do?

    Thanks for your help.
    Last edited by KMRyan7926; 01-27-2009 at 10:06 PM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482

    Re: Autofilling formulas down

    Try
    =IF(C5="Shark",MAX($D$4:G5)," ")

  3. #3
    Registered User
    Join Date
    01-12-2009
    Location
    Massachusetts
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Autofilling formulas down

    Excellent! thanks much!


    that seems so simple too, but i didn't know what the $ did in excel.

+ 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