View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Tyro[_2_] Tyro[_2_] is offline
external usenet poster
 
Posts: 1,091
Default Drag formula problem

Buy a book on basic Excel and read it? Concerning absolute and relative
addressing?
I know that reading a book is hard work. But ....................
$B locks the column in, $45 locks the row in: as in $B$45 DUH!!!


"Killer" wrote in message
...
I'm using this formula below but when I try to drag down the formula row
B45
& B46 is moving down as well, when actually it should remain in B45 & B46
only B8 should be B9 C8 should be C9 and so on.

=(B8=$B45)*5+($B46=C8)*(($B46-4)+(B8=$B45)*(9-C8))

Thanks ahead