+ Reply to Thread
Results 1 to 2 of 2

Formulla not draging

  1. #1
    Registered User
    Join Date
    09-19-2014
    Location
    goa,india
    MS-Off Ver
    MS excel 2007
    Posts
    24

    Formulla not draging

    I have a formula in one cell when I drag the formula to other cells get the same answer of the 1st cell which is not right. its a if loop.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Formulla not draging

    May be the cell reference of that formula is protected with $ symbols.


    Relative And Absolute References In Formulas

    Excel accepts cell references in what are called absolute and relative ranges. Absolute ranges have a $ character before the column portion of the reference and/or the row portion of the reference. Relative ranges do not use the $ character. The $ character indicates to Excel that it should not increment the column and/or row reference as you fill a range with a formula or as you copy a range. For example A1 is a relative range, while $A$1 is an absolute range. If you enter =A1 in a cell and then fill that cell down a column, the '1' in the reference will increment in each row. Thus, the formula in row 50 would be =A50. However, if you enter =$A$1 in a cell and fill down, the range reference will remain $A$1 -- it will not increment as you fill or copy down a column.

    There are three absolute styles:

    Reference Style Meaning
    $A$1 Both the column and row reference are fixed. Neither will be incremented or changed during a copy or fill operation.
    $A1 Only the column reference is fixed. It will not change during a fill or copy, but the row will change.
    A$1 Only the row reference is fixed. It will not change during a fill or copy, but the column will change.

    If you select all or part of a formula in the formula, you can press F4 to cycle range reference between the 4 styles (1 relative and 3 absolute).

    Even with an absolute referencing style, Excel will still change row and column references when you insert a row or column. To have a truly absolute cell reference that will not change under any circumstances, use the INDIRECT function. For example =INDIRECT("A1") will always refer to cell A1, regardless of any changes made to the worksheet. This works because Excel does not interpret the string "A1" as an address. Instead, it treats it as plain text and therefore does not change it.

    A common use of mixing absolute and relative range specifications is to create a running total of a column of number. For example, if you have data in cells A1:A10, the formula =SUM(A$1:A1) in cell B1 and filled down to cell B10 will return the running total for the numbers in column A.



    Source:-

    http://www.cpearson.com/excel/relative.aspx


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. =if(and formulla for two individual data
    By SANKARTUDU in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-15-2014, 12:49 PM
  2. If(and formulla for two individual data
    By SANKARTUDU in forum Hello..Introduce yourself
    Replies: 3
    Last Post: 09-15-2014, 02:57 AM
  3. [SOLVED] Round off formulla
    By anil21 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-13-2013, 06:04 AM
  4. how to add a value between sentence.....
    By amruta_shah15 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-23-2012, 01:53 PM
  5. [SOLVED] IF-OR formulla
    By Scott727 in forum Excel General
    Replies: 16
    Last Post: 06-21-2012, 11:34 PM

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