+ Reply to Thread
Results 1 to 8 of 8

How do you copy an exact value to another cell? (not copying formulas)

  1. #1
    Registered User
    Join Date
    05-18-2009
    Location
    new jersey, united states
    MS-Off Ver
    Excel 2003
    Posts
    12

    How do you copy an exact value to another cell? (not copying formulas)

    What command do I enter so that a value in one cell is copied EXACTLY to another cell? For example, I have today's date in cell A4 and I want the exact date to be automatically copied to cell E5.

    I can't seem to figure out the correct function to do this. I looked for help but there are just ways to transfer formulas over to other cells.
    Last edited by indolence; 05-18-2009 at 05:24 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: How do you copy an exact value to another cell? (not copying formulas)

    Welcome to the forum.

    In E5, =A4
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    05-18-2009
    Location
    new jersey, united states
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: How do you copy an exact value to another cell? (not copying formulas)

    thanks

    wow, I was so caught up in thinking of some formula like COPY, EXACT, etc. that I didn't even think about that... simplicity is key.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: How do you copy an exact value to another cell? (not copying formulas)

    Yup.

    Would you please mark the thread as Solved? (How To ... in menu bar.)

  5. #5
    Registered User
    Join Date
    05-18-2009
    Location
    new jersey, united states
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: How do you copy an exact value to another cell? (not copying formulas)

    one quick question, thought I'd just add this in before I mark it as solved.

    When I enter a formula, the value shows "0" at default. How do I make it so that a cell is blank until I enter values? For example, In cell A3, I want to add A1 and A2 but I want A3 to appear blank until I enter something into A1 or A2.

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: How do you copy an exact value to another cell? (not copying formulas)

    =if(count(A1:A2)=0, "", A1+A2)

  7. #7
    Registered User
    Join Date
    08-01-2011
    Location
    quetta
    MS-Off Ver
    Excel 2007
    Posts
    13

    Thanks dear this formula also helped me

    but the problem is i want the exact number or value in the target cell not the formula because a macro is linked to the target cell and that needs an exact number and cannot catch the original value which it is showing by =A4.
    for example:

    if i write in cell C5 (=A4)
    it shows the result as the value in a4 but in formula bar it is still a linked value and i want the exact number.
    can u please help me.
    Quote Originally Posted by shg View Post
    Welcome to the forum.

    In E5, =A4
    Last edited by abdul43; 05-03-2013 at 06:41 AM.

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: How do you copy an exact value to another cell? (not copying formulas)

    abdul,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1