+ Reply to Thread
Results 1 to 3 of 3

Spent days with this one

Hybrid View

  1. #1
    Registered User
    Join Date
    10-19-2006
    Posts
    13

    Spent days with this one

    I have gotten stuck and could really use your help. What I am trying to do is Lets say on Sheet1 I have an Item numbers in columnC, a description in columnE, and a cost in columnI. Is there a way to goto sheet2 and in cell A1 type my Item number and it automatically fill in columns B and C with my description and cost from sheet1?

    Thanks for your help
    Skyeler

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by skyeler
    I have gotten stuck and could really use your help. What I am trying to do is Lets say on Sheet1 I have an Item numbers in columnC, a description in columnE, and a cost in columnI. Is there a way to goto sheet2 and in cell A1 type my Item number and it automatically fill in columns B and C with my description and cost from sheet1?

    Thanks for your help
    Skyeler
    You need the VLookup

    in cell A1 in Sheet2 the number is typed, in cell (say) B1 put

    =VLookup(A1,Sheet1!A:B,2,False)

    this will bring column B for the number

    in cell C1 type

    =VLookup(A1,Sheet1!A:C,3,False)

    to get cell C from the same row.

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    10-19-2006
    Posts
    13
    Thank you very much. Works 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