Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

AutoFilling: Keeping Certain Values the Same?

I’m trying to create a cell that contains a formula which can be auto filled down. I need certain values within the formula to change as they normally would when autofilling, but others I want to stay exactly the same. Is there any way to do this?

iPad Pro, iOS 13

Posted on Mar 27, 2020 10:33 AM

Reply
Question marked as Best reply

Posted on Mar 27, 2020 11:38 AM

Hi Sean,


The absolute reference operator ( $ ) is your friend here.


$A$1 + $B1 + C$2


If this formula were entered as shown in cell D11, then filled down to D20, the formula in


D20 would be: $A$1 + $B10 + C$2


If the formula in D11 were filled right to N11, the formula in


N11 would be: $A$1 + $B1 + M$2


and if filled down and right (or filled right and down) to


N20, would be: $A$1 + $B10 + M$2


Regards,

Barry

Similar questions

2 replies
Question marked as Best reply

Mar 27, 2020 11:38 AM in response to SeanVoi

Hi Sean,


The absolute reference operator ( $ ) is your friend here.


$A$1 + $B1 + C$2


If this formula were entered as shown in cell D11, then filled down to D20, the formula in


D20 would be: $A$1 + $B10 + C$2


If the formula in D11 were filled right to N11, the formula in


N11 would be: $A$1 + $B1 + M$2


and if filled down and right (or filled right and down) to


N20, would be: $A$1 + $B10 + M$2


Regards,

Barry

AutoFilling: Keeping Certain Values the Same?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.