Forum Discussion
drag to “fill” not working – value is copied, formula ignored
- Dec 15, 2022
The formula you show is in cell C5 and it is copying. However, since it contains constants, the formula will be identical in every cell and will give identical values. For the formula to change, it must include a relative cell reference, as shown
RelativeReference = -C4 * (1+5%) Array = -$C$4:$G$5 * (1+5%)
Can you add a screenshot without sensitive data that shows what you get when dragging the formula?
- Trish2022Dec 15, 2022Copper Contributor
- PeterBartholomew1Dec 15, 2022Silver Contributor
The formula you show is in cell C5 and it is copying. However, since it contains constants, the formula will be identical in every cell and will give identical values. For the formula to change, it must include a relative cell reference, as shown
RelativeReference = -C4 * (1+5%) Array = -$C$4:$G$5 * (1+5%)
- Trish2022Dec 15, 2022Copper Contributornovice error - thank you
- Trish2022Dec 15, 2022Copper Contributor
@Quadruple_Pawn it gives three choices: copy cells, fill formatting only, fill without formatting
- OliverScheurichDec 15, 2022Gold Contributor
=-2374.41*(1+5%)^COLUMN(A1)
Do you want to increment the value by 5% ? If so you can try the above formula which includes a dynamic reference.