Using the formula below and having an issue. I’m using the $ to “hold” the values of cells C5 and D98. This works great until I drag the formula down to the next cell. When I do the value changes to =SUM($C6:$C6,$C6*$D99). I thought the $ would hold the cell placement. I only need the value in D98 to remain a constant. Any idea what I am doing wrong? Thanks..
=SUM($C5:$C5,$C5*$D98)