+ Reply to Thread
Results 1 to 4 of 4

Formula Reproduction

  1. #1
    bodhisatvaofboogie
    Guest

    Formula Reproduction

    Okay, here's my formula, very simple:

    =D2/D51

    Now that resulting value beigns in E2. When I try to drag the formula to do
    the same things in every following cell in Column E, it doesn't work. I want
    it to continue on down the line. BUT it not only changes D2 to D3, D4,
    etc...it changes D51 to D52, D53, etc......how do I get it to not do that,
    and yet reproduce on down the line correctly? Mind you I'm trying to get
    this done in a macro as well, so if I can just record the process, I'll just
    copy and paste the code into the macro. THANKS!!!

  2. #2
    Harald Staff
    Guest

    Re: Formula Reproduction

    Try

    =D2/$D$51
    A thumb rule: Put a $ in front of everything that should NOT change when you
    fill down/right.

    HTH. Best wishes Harald

    "bodhisatvaofboogie" <bodhisatvaofboogie@discussions.microsoft.com> skrev i
    melding news:8BBD12B0-04E6-4F2D-AEEE-10CF294B74DA@microsoft.com...
    > Okay, here's my formula, very simple:
    >
    > =D2/D51
    >
    > Now that resulting value beigns in E2. When I try to drag the formula to

    do
    > the same things in every following cell in Column E, it doesn't work. I

    want
    > it to continue on down the line. BUT it not only changes D2 to D3, D4,
    > etc...it changes D51 to D52, D53, etc......how do I get it to not do that,
    > and yet reproduce on down the line correctly? Mind you I'm trying to get
    > this done in a macro as well, so if I can just record the process, I'll

    just
    > copy and paste the code into the macro. THANKS!!!




  3. #3
    Dave Peterson
    Guest

    Re: Formula Reproduction

    Maybe you could just change the formula:

    =d2/d$51

    range("E2:E50").formula = "=d2/d$51"

    Maybe????


    bodhisatvaofboogie wrote:
    >
    > Okay, here's my formula, very simple:
    >
    > =D2/D51
    >
    > Now that resulting value beigns in E2. When I try to drag the formula to do
    > the same things in every following cell in Column E, it doesn't work. I want
    > it to continue on down the line. BUT it not only changes D2 to D3, D4,
    > etc...it changes D51 to D52, D53, etc......how do I get it to not do that,
    > and yet reproduce on down the line correctly? Mind you I'm trying to get
    > this done in a macro as well, so if I can just record the process, I'll just
    > copy and paste the code into the macro. THANKS!!!


    --

    Dave Peterson

  4. #4
    bodhisatvaofboogie
    Guest

    Re: Formula Reproduction

    Yeah, I figured that out shortly after I posted. *smacks forehead*
    THANKS!!!

    "Harald Staff" wrote:

    > Try
    >
    > =D2/$D$51
    > A thumb rule: Put a $ in front of everything that should NOT change when you
    > fill down/right.
    >
    > HTH. Best wishes Harald
    >
    > "bodhisatvaofboogie" <bodhisatvaofboogie@discussions.microsoft.com> skrev i
    > melding news:8BBD12B0-04E6-4F2D-AEEE-10CF294B74DA@microsoft.com...
    > > Okay, here's my formula, very simple:
    > >
    > > =D2/D51
    > >
    > > Now that resulting value beigns in E2. When I try to drag the formula to

    > do
    > > the same things in every following cell in Column E, it doesn't work. I

    > want
    > > it to continue on down the line. BUT it not only changes D2 to D3, D4,
    > > etc...it changes D51 to D52, D53, etc......how do I get it to not do that,
    > > and yet reproduce on down the line correctly? Mind you I'm trying to get
    > > this done in a macro as well, so if I can just record the process, I'll

    > just
    > > copy and paste the code into the macro. THANKS!!!

    >
    >
    >


+ 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