+ Reply to Thread
Results 1 to 4 of 4

Unable to drag the formulaes

  1. #1
    Registered User
    Join Date
    10-31-2003
    Location
    India
    Posts
    24

    Unable to drag the formulaes

    Hi,

    I have data from F1 to AG1...I am unable to create a formulae & drag in excel in a column like
    =F1
    =G1
    =H1.....If i drag after H1...it is reflecting as
    =F4
    =G4
    =H4.

    Any idea..why this is occuring...& why not I1,J1......

    raj
    Last edited by Rajkumar; 04-12-2009 at 04:33 AM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Unable to drag the formulaes

    Because you are dragging down and the formula will increare the row number rather than the column letter.

    Try this as 1 way of doing it.
    switch to R1C1 references via Tools > Options > General > R1C1 reference

    In the first cell enter R1C1
    Drag down and the C1 should increment to C2 C3 etc.
    Select the cells and do a Find/Replace
    R1C
    =R1C

    This will convert the text to actual references.
    Now switch back to A1 notation

    Or with formula

    Starting in A4 use this formula. Drag down as required

    =INDEX($1:$1,1,ROW()-ROW($A$3))
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    10-31-2003
    Location
    India
    Posts
    24

    Re: Unable to drag the formulaes

    Thanks,

    =INDEX($1:$1,1,ROW()-ROW($A$3))
    This formulae has helped to solve my problem,cause sometimes i need to insert columns.

    Now suppose i need to copy down the values in row 5 to column b,what formuale i need to use.i tried with below formulae but not successful.

    =INDEX($5:$5,5,ROW()-ROW($b$3))

    Raj

  4. #4
    Registered User
    Join Date
    10-31-2003
    Location
    India
    Posts
    24

    Re: Unable to drag the formulaes

    Sorry,

    Got it just now....
    =INDEX($5:$5,1,ROW()-ROW($B$3))

    Thanks for the help.

    Raj

+ 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