+ Reply to Thread
Results 1 to 5 of 5

Copy Dates

  1. #1
    Registered User
    Join Date
    04-15-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    39

    Copy Dates

    Hi,

    I’m trying to figure out a code that would copy the dates from column “F” of the sheet “Requests” and paste them to each row that matches with the serial number in the column “A” of the sheet “Orders”.

    Any help on this would be kindly appreciated.

    I’ve attached the workbook for your reference.
    Attached Files Attached Files
    Last edited by adsm; 07-25-2010 at 08:57 AM.
    Thanks in Advance.
    Cheers,
    adsm

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Copy Dates

    in A5 of orders
    =VLOOKUP(B5,Requests!$B$4:$F$1500,5,FALSE)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    04-15-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    39

    Re: Copy Dates

    Thanks for the help & I do really appreciate it.

  4. #4
    Registered User
    Join Date
    07-06-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Copy Dates

    Here is the formula which you can use to paste the date to each row that matches with the serial number in the column “A” of the sheet “Orders”.

    Paste the following formula in cell A5 in "Orders" and drag it down.

    =VLOOKUP(B5,Requests!$B$3:$F$1244,5,0)

    Let me know if you face any problem.

  5. #5
    Registered User
    Join Date
    04-15-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    39

    Re: Copy Dates

    Thanks for the help queryyak. It was so nice of you. And the formula worked fine for me. I do really appreciate your help.

+ 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