+ Reply to Thread
Results 1 to 2 of 2

Formula Help

  1. #1
    Registered User
    Join Date
    05-14-2006
    Posts
    2

    Exclamation Formula Help

    Hello
    I wonder if anyone can help me with this problem please.
    I have and excel file that is used to monitor the progress of some 200 products, when they come into the shop for servicing and repair.

    Sheet 1 consists of customer details, product and serial number.
    Sheet 2 is the complete list of products and serial numbers.
    Sheet 3 consists 20 of the top priority products.

    I would like to put a formula by the side of the product serial number in sheet 3, to search sheet 1 Column J for corresponding serial number and same row column A for a negative number if found, show “In”. The product serial number is made up of numbers and letters.

    Thanks

  2. #2
    Registered User
    Join Date
    04-13-2006
    Location
    Boston, MA
    Posts
    73

    Half an answer (sorry!) w/ VLOOKUP

    You can use VLOOKUP across worksheets, but I donno how to do 2 separate columns - maybe nest it with an IF function?

    this might work on Sheet 3 (assumes Col. S has the serial number):

    =VLOOKUP(s1,Sheet1!J$1:J$200,1,FALSE)

    This ONLY returns a matching Serial Number, and nothing else. If there is no Serial Number match you get a "N/A" in the cell

    Any slide rule kids out there know the real answer?

    Hope this helps (half way).

    Mark
    Boston, MA

+ 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