+ Reply to Thread
Results 1 to 17 of 17

Forcing a sum formula...

  1. #1
    Registered User
    Join Date
    07-06-2005
    Posts
    5

    Maintaining an "absolute" relationship when sorting?

    Please Help...

    I have a spreadsheet I am using for inventory numbers and costs. I have several worksheets that link to this the inventory sheet. I know when I link to a cell and put "$" in front of the cell, it will make the formula fixed on the inventory sheet. My problem happened when I added new rows and sorted my data. None of the cells that I had put the "$" in front of the cell followed the data to the new cell after sorting.

    How can I fix my formulas so I will be able to sort and have the formulas stay fixed?

    Thanks so much,
    LB
    Last edited by LBDuperon; 07-08-2005 at 09:43 AM. Reason: Changed title to better describe problem.

  2. #2
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  3. #3
    Registered User
    Join Date
    07-06-2005
    Posts
    5
    Now why didn't I know that????

    Yes, you have been a huge help.

    Thank much,
    LB

  4. #4
    Registered User
    Join Date
    07-06-2005
    Posts
    5
    Thank you so much Lewis. I did a quick test of this in a sample sheet yesterday and it worked perfectly. This morning I converted all my formulas to reflect this format: =Sum('Part Data Entry'!$K$250)

    When I sort my table now by column K, it seems it is not really an absolute reference.

    What am I doing wrong?

    ~LB

  5. #5
    Registered User
    Join Date
    07-06-2005
    Posts
    5
    I am still looking for help on this problem...anyone?

    Why doesn't my absolute relationship remain "absolute" when I sort the rows but it does remain absolute when a new row is just "inserted" instead.


    ~LB

  6. #6
    Registered User
    Join Date
    07-06-2005
    Posts
    5
    Anyone? I read everything I could find and don't see any solution to this.

  7. #7
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  8. #8
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  9. #9
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  10. #10
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  11. #11
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  12. #12
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  13. #13
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  14. #14
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  15. #15
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  16. #16
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




  17. #17
    Lewis Clark
    Guest

    Re: Forcing a sum formula...

    The "$" changes the relative reference to an absolute reference. It must be
    applied to the row and the column separately. Try putting it in like this:
    $A$1 The formula will always refer to A1 no matter where you copy it to.

    If you do $A1, Column A will be fixed but the row will vary as you copy the
    formula.
    If you do A$1, Row 1 will be fixed but the column will vary as you copy the
    formula.

    Does this help?


    "LBDuperon" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Please Help...
    >
    > I have a spreadsheet I am using for inventory numbers and costs. I
    > have several worksheets that link to this the inventory sheet. I know
    > when I link to a cell and put "$" in front of the cell, it will make
    > the formula fixed on the inventory sheet. My problem happened when I
    > added new rows and sorted my data. None of the cells that I had put
    > the "$" in front of the cell followed the data to the new cell after
    > sorting.
    >
    > How can I fix my formulas so I will be able to sort and have the
    > formulas stay fixed?
    >
    > Thanks so much,
    > LB
    >
    >
    > --
    > LBDuperon
    > ------------------------------------------------------------------------
    > LBDuperon's Profile:
    > http://www.excelforum.com/member.php...o&userid=24971
    > View this thread: http://www.excelforum.com/showthread...hreadid=384971
    >




+ 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