+ Reply to Thread
Results 1 to 5 of 5

find and copy matched cell on other worksheet

  1. #1
    Registered User
    Join Date
    10-11-2007
    Posts
    6

    find and copy matched cell on other worksheet

    Hi,

    Here is my problem:

    On one of my worksheet I have dates from Jan 04, Feb 04, ... to Dec 06 (in column A) and each date matches with a percentage (in column B).

    I would like to report on another worksheet the corresponding percentage when I enter a date, e.g. if a enter Feb 04 in cell C9 I want the corresponding percentage to show up in cell E9.

    How is this possible?
    Thanks

  2. #2
    Forum Contributor
    Join Date
    08-30-2007
    Location
    Vancouver, B.C.
    Posts
    149
    On the "data" sheet where your dates are. Are they entered as text (such as "Jan '04) or entered as a date (01/01/2004 but displayed as Jan 04)?

  3. #3
    Registered User
    Join Date
    10-11-2007
    Posts
    6
    It is entered as a date 1/1/2004 and displayed as Jan 04

  4. #4
    Forum Contributor
    Join Date
    10-14-2004
    Location
    San Diego, CA
    Posts
    213
    Try this,

    =VLOOKUP(D1,A1:B1000,2)
    Where cell D1 is the date in question.

    Matt

  5. #5
    Registered User
    Join Date
    10-11-2007
    Posts
    6
    Thanks this is working great

+ 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