Results 1 to 2 of 2

Thread: Excel function required(urgent)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2002
    Posts
    31

    Excel function required(urgent)

    I have a Excel sheet,which contains 2 sheets namely Sheet1 and Sheet2.

    Sheet1 contains 2 columns namely activity code and Start Date.The data looks like this

    Sheet1:

    Activity code Date
    P1 01/31/2003
    P2 03/31/2003
    p1 12/31/2002
    p2 04/01/2003

    In sheet1 The activity code repeats.

    Sheet2 also contains the same 2 columns.The data will be like this

    Activity code Date
    P1
    P2

    Now my requirement is For P1 in 2nd sheet I have to get the min date for P1 from first sheet .ie, For p1 I have to goto sheet1 and check all the dates for P1 and get minimum date for p1.

    The value will be 12/31/2002.

    How to do this?? Any function or we need to write a macro?? I don't know VBA programming.Please help

    Thanks
    sk5567

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    2 formulas you can write in a single statement in the formula bar (without the need for vba) would be @VLookup and @Min ...

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

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



Click Here to Expand Forum to Full Width