K
koahzvika
If I have a function I want to fill down a column, and I want certain
parameters to change and others to stay the same, how do I control which
values go +1 and which ones stay the same?
For example,
Function:
=SUM(A1:A2)/(B2-B1)
Fill as:
=SUM(A1:A3)/(B3-B1)
=SUM(A1:A4)/(B4-B1)
=SUM(A1:A5)/(B5-B1)
etc.
parameters to change and others to stay the same, how do I control which
values go +1 and which ones stay the same?
For example,
Function:
=SUM(A1:A2)/(B2-B1)
Fill as:
=SUM(A1:A3)/(B3-B1)
=SUM(A1:A4)/(B4-B1)
=SUM(A1:A5)/(B5-B1)
etc.