View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default 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" skrev i
melding ...
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!!!