+ Reply to Thread
Results 1 to 3 of 3

Formula for charts

  1. #1
    PPP
    Guest

    Formula for charts

    Hi all,

    I have the following function define in one cell: =D49-D49*(B8^2)

    D49 is dynamic. However, B8 is a constant cell referring to a constant
    value.

    When I tried to copy the function to another cell, B8 is changed to B9.
    I only want D49 to change.

    How do I keep Excel from changing B8?

    Thanks!


  2. #2
    Andy Pope
    Guest

    Re: Formula for charts

    Hi,

    You need to use absolute references ($) rather then relative ones.
    =D49-D49*($B$8*$B$8)

    Cheers
    Andy

    PPP wrote:
    > Hi all,
    >
    > I have the following function define in one cell: =D49-D49*(B8^2)
    >
    > D49 is dynamic. However, B8 is a constant cell referring to a constant
    > value.
    >
    > When I tried to copy the function to another cell, B8 is changed to B9.
    > I only want D49 to change.
    >
    > How do I keep Excel from changing B8?
    >
    > Thanks!
    >


    --

    Andy Pope, Microsoft MVP - Excel
    http://www.andypope.info

  3. #3
    PPP
    Guest

    Re: Formula for charts

    Thanks, Andy! Got it working.


+ 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