+ Reply to Thread
Results 1 to 2 of 2

coding for connection between two sheets

  1. #1
    tushar joshi
    Guest

    coding for connection between two sheets


    i need to devlope a format which contains two excel sheets.
    one sheet having columns named as sr no., products and the details of
    their distributions and reciepts.
    second sheet contains the sr no. & products.
    i want the the product name (unique) to be displayed in the column as i
    enter the sr no in Sheet 1.

    *** Sent via Developersdex http://www.developersdex.com ***

  2. #2
    Ardus Petus
    Guest

    Re: coding for connection between two sheets

    In Sheet1, assuming serial no is in column A and prod. name in column B;
    In Sheet2, assuming your serial no is in A1, enter in B1:
    =VLOOKUP(A1,Sheet1!A1:B999,2,TRUE)

    HTH
    --
    AP

    "tushar joshi" <[email protected]> a écrit dans le message de
    news:O9nV%[email protected]...
    >
    > i need to devlope a format which contains two excel sheets.
    > one sheet having columns named as sr no., products and the details of
    > their distributions and reciepts.
    > second sheet contains the sr no. & products.
    > i want the the product name (unique) to be displayed in the column as i
    > enter the sr no in Sheet 1.
    >
    > *** Sent via Developersdex http://www.developersdex.com ***




+ 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