+ Reply to Thread
Results 1 to 3 of 3

Fill handle to fill across to the right

  1. #1
    Registered User
    Join Date
    10-04-2005
    Posts
    28

    Fill handle to fill across to the right

    I want to use the fill handle to fill across to the right. How do I keep the Column Number with just the cell number incrementing? See code below:
    Please Login or Register  to view this content.
    When I drag to the right the fill increments the Column from 'C' to 'D' when it's the number I want to increment.
    I'm sure there is a simple solution to it.

  2. #2
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664
    Hi,

    This should do it:

    =SUM('08.12.06 TOTALS'!$C19,'15.12.06 TOTALS'!$C19,'22.12.06 TOTALS'!$C19,'29.12.06 TOTALS'!$C19)

    To achieve this, click over your cell reference and hit F4. It'll first create an absolute reference $C$19 - this means it'll only ever reference this particular cell wherever you drag the formula. Hit F4 again amd you'll get C$19 - this means that the row referenced will always be 19, but the column will change. Hit it one more time and you get $C19 (which is the one you want) - this keeps the column (C) constant, but allows the row number to change.

    HTH,

    SamuelT

  3. #3
    Registered User
    Join Date
    10-04-2005
    Posts
    28

    Fill Handle

    Thanx 4 the reply. I've tried this before but the column and cell number remain static! Does this have anything to do with me using the Mac version 11.3.7 2004? The code below works great if I fill down to the next cell but has no effect when filling to the cell adjacent to the right.
    Last edited by paulwelburn; 09-19-2007 at 10:11 AM.

+ 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