+ Reply to Thread
Results 1 to 3 of 3

Duplicating Formulas within Worksheet

  1. #1
    Registered User
    Join Date
    11-28-2007
    Posts
    7

    Duplicating Formulas within Worksheet

    Hi,

    I am trying to duplicate this formula =SUMIF(Sheet1!B38:G38,Total!B2,Sheet1!B39:G39), within a range of cells B19 through AF19. If I click and drag, the formula changes from one cell to the next. How can I control this variable?

    Please let me know!

    Thank you.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    Use dollar signs. The following will keep everything constant except B2 as you don't specify what you want.

    =SUMIF(Sheet1!$B$38:$G$38,Total!B2,Sheet1!$B$39:$G$39)

  3. #3
    Registered User
    Join Date
    11-26-2007
    Posts
    40
    Quote Originally Posted by StephenR
    Use dollar signs. The following will keep everything constant except B2 as you don't specify what you want.

    =SUMIF(Sheet1!$B$38:$G$38,Total!B2,Sheet1!$B$39:$G$39)

    Freaking awesome! I love this forum! I've wondered the same thing!

    And I used to think I knew so much about 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