+ Reply to Thread
Results 1 to 3 of 3

Excel sheet to track defect and autopopulate defect numbers based on the desciprtion

  1. #1
    Registered User
    Join Date
    01-17-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Excel sheet to track defect and autopopulate defect numbers based on the desciprtion

    Hello,

    I have a excel sheet to track down incident. every incident has a defect# assigned to it, i want that the defect number to autopopulate by looking at the incident descption and resolution description .Current i have to manually feed in the defect numbers for each and every incident by looking at the incident description and resolution steps. THe defect number and details are a part of same excel but in a different sheet.

    THanks in Advance

    AJ.

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Excel sheet to track defect and autopopulate defect numbers based on the desciprtion

    You could do, like,
    this_defect_number = Index(otherSheet!list_of_defect_numbers, Match(this_description, otherSheet!list_of_defect_descriptions, 0) )

    But only if you have a table of standard incident descriptions lined up next to their defect numbers, AND people always use that exact description (maybe 'cause it's a dropdown list?).

    But if its, like, people are just filling in a description however they want and you have to figure out which it is by using your reading comprehension, then....
    That's really hard.

  3. #3
    Registered User
    Join Date
    01-17-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Excel sheet to track defect and autopopulate defect numbers based on the desciprtion

    hello Ben thanks for the reply did tried that but what i am looking out for is that the defect number get populated by looking at certain words or phrase from the incident description and resolution columns. for e.g. if the incident desciption says system can boot up and the description says Hard disk crashed and need to be replaced and my defect sheet has defect description and defect number for the issue day defect description HDD failed and Defect# 123 so the formula will autopopulate the defect number 123 in the defect number column of the incident tracking sheet.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Simple defect tracking tool in Excel
    By ynwa88 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-11-2013, 06:02 PM
  2. Replies: 9
    Last Post: 12-27-2012, 05:03 AM
  3. Defect Aging Report in Excel 2010
    By novice82 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 07-03-2012, 03:45 AM
  4. A Seriously MAJOR defect in excel
    By sonofearth in forum Excel General
    Replies: 8
    Last Post: 05-20-2012, 11:15 AM
  5. Excel template available for Defect Tracking
    By Maury Brown in forum Excel General
    Replies: 0
    Last Post: 03-28-2005, 04:06 PM

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