+ Reply to Thread
Results 1 to 9 of 9

Get a value from a cell in a different Worksheet

Hybrid View

  1. #1
    Registered User
    Join Date
    07-08-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    53

    Get a value from a cell in a different Worksheet

    Hi all,
    Im trying to get a value from a cell in a different worksheet. I have 2 worksheets in one excel workbook and i have to pull out the values from Sheet 2 to Sheet 1. The challenge is that the positioning of the cells of both templates are not the same so i cant just use the simple vlookup function on the same cell of the different worksheets.
    I've tried using this macro:
    Sub NoCopyAndPaste()
    Sheet2.Range("""").Copy
    Sheet1.Range("""").PasteSpecial
    Application.CutCopyMode = False '
    End Sub
    But once i make adjustments to the values in Sheet 2, the values in Sheet 1 will not change.
    Is there any way the vlookup fomula can achieve this or should i use a macro?There's a TEST 2 file that i've attached.
    Attached Files Attached Files
    Last edited by Nett; 07-14-2009 at 03:41 AM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Get a value from a cell in a different Worksheet

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Contributor
    Join Date
    02-23-2006
    Location
    Near London, England
    MS-Off Ver
    Office 2003
    Posts
    770

    Re: Get a value from a cell in a different Worksheet

    <double post>
    Last edited by Phil_V; 07-14-2009 at 03:43 AM. Reason: Tag mentioned above
    If you find the response helpful please click the scales in the blue bar above and rate it
    If you don't like the response, don't bother with the scales, they are not for you

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Get a value from a cell in a different Worksheet

    Thanks Phil

    nett I have locked your other post & you have earned an Infraction. Please read & follow the simple forum rules!

  5. #5
    Registered User
    Join Date
    07-08-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    53

    Re: Get a value from a cell in a different Worksheet

    My apology for being ignorant to the forum rules. Rest assure it won't happen again.

  6. #6
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Get a value from a cell in a different Worksheet

    Thank you, you only need to read them & ask if you are unsure. You did agree to them when joining

  7. #7
    Forum Contributor
    Join Date
    02-23-2006
    Location
    Near London, England
    MS-Off Ver
    Office 2003
    Posts
    770

    Re: Get a value from a cell in a different Worksheet

    So now all the tags and everything else have been sorted out, what exactly are you trying to achieve?

    Do you just want the values from Sheet2 shown in the correct places on Sheet1?

    I might be asking the obvious here, but why not just fill the values in on Sheet1 in the first place?

    If you REALLY need to fill them in on Sheet2 and have the values shown on Sheet1 then select a cell on Sheet1 and press [=] on your keyboard, then using the mouse select Sheet2 and click the cell you want the value from, and press [Enter].

  8. #8
    Registered User
    Join Date
    07-08-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    53

    Re: Get a value from a cell in a different Worksheet

    Im trying to find a faster way by using macro where i can transfer the values from Sheet 2 to Sheet 1. For values that are in Sheet 2 but not in Sheet 1 are to be stated as null. Is there a need to find the cell position for both worksheet.?
    Last edited by Nett; 07-14-2009 at 06:15 AM.

  9. #9
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Get a value from a cell in a different Worksheet

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!

+ 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