Forum Discussion

tdnile's avatar
tdnile
Copper Contributor
Apr 05, 2024

Information transfere from one cell to another cell in the same sheet with multiple formulas

I am trying to send data from on cell to another in the same sheet. The cell I'm trying to send the data from is a result from a formula =VALUE(C11+E11) and that result and formula is in F11, and I am trying to send that result to C12. So, what formula second would I need to add to F11 to send the result to C12, and what term would I need in between the two formulas, or do I even need one?

 

Thanks for any help. 

6 Replies

  • Randy Birch's avatar
    Randy Birch
    Copper Contributor
    A cell formula cannot be used to directly set the value in another cell. You can react to changes seen in other cells, but not write the contents of another cell.
    • tdnile's avatar
      tdnile
      Copper Contributor
      I cannot do that because I need to use C12 as a cell that can be use for other adjustments in the future. I need to send the result from F11. So, I thought I could have a second formula in F11 to achieve the result needed. And, if that's possible what connector would I need between the two formulas, or do I need one?

Resources