View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Eduardo Eduardo is offline
external usenet poster
 
Posts: 2,276
Default Constant required

Hi,

=C9*materials!$D$37

"Ken Poberezny" wrote:

Hi,

I have two sheets 'cost' and 'materials' on which the constants are
placed
A cell on 'cost' has this formula =C9*materials!D37
I now need to copy this down any number of times, the first repeat reads
=C10*materials!D38, whereas I want it to read =C10*materials!D37

I've tried this =C9*materials!$D37 but get =C10*materials!$D38

How do I keep the cells not increasing?
thanks.
.