+ Reply to Thread
Results 1 to 2 of 2

how to find product code and its name which has there last 4 digit are same

  1. #1
    Forum Contributor
    Join Date
    04-23-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    113

    how to find product code and its name which has there last 4 digit are same

    Dear All,

    I have data in which Product code and Product name is mentioned,In the same date,some product has same last four digits in its product code, I want find those product how to do it.

    I attached sample sheet for your reference.

    Dev.
    Attached Files Attached Files

  2. #2
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: how to find product code and its name which has there last 4 digit are same

    Hi devawad, the quick way: Paste the following in D2 and copy down:
    =RIGHT(LEFT(B2,SEARCH("(",B2&"(")-1),4)

    This populates D with the last 4 NUMBERS of your product codes. Now select columns A:D and sort on column D to put similar items together.
    NOTE- Some of your serial numbers (at the bottom) have differing formats. Grouping those might require different formulae.


    Please click the Add Reputation star below any helpful posts, and if you have your answer, mark your thread as SOLVED (Thread Tools up top). Thanks!-Lee
    Last edited by leelnich; 05-25-2017 at 02:25 AM.

+ 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. [SOLVED] How to find product details by entering its last 4 digit only
    By devawad in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-24-2017, 07:24 AM
  2. Replies: 6
    Last Post: 02-21-2016, 04:15 AM
  3. Code to turn 4 digit year to 2 digit
    By phbryan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-30-2015, 01:55 PM
  4. [SOLVED] LOTTERY FILTER#4, Find if 1 Digit Sum of 2 Digit or 3 Digit, Single Cell w/ dash
    By david gonzalez in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-08-2014, 12:57 AM
  5. [SOLVED] 4 digit code for similar product, new product unique code
    By unclejemima in forum Excel General
    Replies: 47
    Last Post: 06-06-2013, 01:02 PM
  6. Find and go to product code in a list of products
    By ALANBERNARD in forum Excel General
    Replies: 5
    Last Post: 06-05-2013, 09:28 AM
  7. [SOLVED] Need Function that will find ordered product, and display the product code in a 2nd workbk
    By rollerden in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-21-2012, 08:52 AM

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