Forum Discussion

Walter_4719's avatar
Walter_4719
Copper Contributor
Dec 13, 2023
Solved

Copy values

I like to copy values from one cell into another in Excel for Android on my tablet, but fail.  Cannot find information on the internet Thks Walter  
  • mathetes's avatar
    mathetes
    Dec 14, 2023

    Walter_4719 

     

    You still are incredibly brief in your descriptions. And what's with "f.i."? I Googled the term--are you using it to mean "for instance"? What happened to "e.g." which for years has been the abbreviation of "for example"? (And no, "i.e." does not mean "for example"'; it means "that is" or "in other words.")

     

    So are you wanting to copy the formula exactly as it appears so that it looks exactly the same in the destination cell? Or are you wanting the cell references to change? I'm suspecting that the fact that it's Excel for Android is just a distraction. Your issue has to do, I suspect, with absolute and relative references.

     

    It may be--although I'm forced by by the brevity of your descriptions to draw some inferences--that what you need to adapt are some absolute references, or a combination of absolute and relative references. 

    If, for example, you copy

    =C15 +(0.12*K49)

    from cell C2 to D5, it will become

    =D18+(0.12*L52)

     

    But if you copy

    =$C$15+(0.12*$K$49)  then it will copy over unchanged. Those $ dollar signs change the references from relative to absolute.

     

    And there are several variations on that combination of relative and absolute. If, e.g., your C2 cell contains =$C15+(0.12*K$49) and you copy it to D5, it then becomes =$C18+(0.12*L$49)

     

    You can read up on absolute and relative references in most Excel documentation. Here's one such resource. 

     

    And for all those reading over our shoulders and wondering about "e.g." and "i.e." here's a resource that clarifies those.

Resources