Forum Discussion
tdnile
Apr 05, 2024Copper Contributor
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
Sort By
- Randy BirchCopper ContributorA 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.
- tdnileCopper ContributorI 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?
In addition to the reply by Randy Birch, you cannot have two different formulas in one cell.