+ Reply to Thread
Results 1 to 3 of 3

copying same formula with only one cell change

Hybrid View

  1. #1
    Registered User
    Join Date
    10-22-2007
    Posts
    27

    copying same formula with only one cell change

    i'm trying to get a simple formula A1*C2 (C2 being the non changing cell) to follow down loads of columns.
    eg. A2*C2, A3*C2, A4*C2 etc etc
    by clicking the right bottom corner and drag down, it increases the value of both cells involved.
    can someone help? (i'm sure this is an easy one...)

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,721
    You can use $ to fix either the row reference or the column reference, e.g. in your case to prevent the row reference (the 2) in C2 changing as you copy down, change it to C$2, i.e.

    =A2*C$2

    If you want to copy the formula across without the column reference (the C) changing then put $ in front of the C, i.e.

    =A2*$C$2

  3. #3
    Registered User
    Join Date
    10-22-2007
    Posts
    27
    thank you ))

+ 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