Forum Discussion

topsquarksgmailcom's avatar
topsquarksgmailcom
Copper Contributor
Sep 18, 2022
Solved

I would like to see if there is a way to mathematically manipulate cell indices?

I need the Enterprise computer.   Just as a check that might save me a bit of trouble.  I am doing a discrete fit to a data set of the form a(n) f(n) + b(n) f(n + 1) + c(n) f(n + 2) +....  I have t...
  • JoeUser2004's avatar
    Sep 19, 2022

    topsquarksgmailcom  wrote:  ``Is there way to do something like: = A1^2*B(1 + 0) + A1*B(1 + 1) + ... where the B(1 + 0) is the cell B1 and B(1 + 1) is the cell B2?``

     

    INDEX(B:B, 1+0) for B(1+0)

    INDEX(B:B, 1+1) for B(1+1)

     

    I'm sure you can see how to generalize that for n, n+1, etc.

Resources