+ Reply to Thread
Results 1 to 4 of 4

Do not change serial number if same value found

  1. #1
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Do not change serial number if same value found

    hi,
    i am generating my serial number with multiple criteria,

    now i want to add one more criteria if column H found same value and column K have any value from this list ("4 OL BC" OR "5 OL J", OR "6 OL JT) Then repeat the same number and don't change the serial number

    i just add manual number in Column(AS)
    as i need

    hope some one will help

    I Tried a formula in column(AZ) but no result

    Capture.PNG
    Attached Files Attached Files
    Use Code-Tags for showing your code :
    Please mark your question Solved if there has been offered a solution that works fine for you
    If You like solutions provided by anyone, feel free to add reputation using STAR *

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Do not change serial number if same value found

    Please try at AK3

    =IF(AM3=AM2,IF(ISNUMBER(FIND(K3,"4 OL BC 5 OL J 6 OL JT"))*(H3=H2),AK2,AK2+1),INDEX($AL$2:$BA$2,MATCH(AM3,$AK$2:$AZ$2,)))
    Attached Files Attached Files

  3. #3
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Do not change serial number if same value found

    thank you sir Bo_Ry
    i will check and feed back

  4. #4
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Do not change serial number if same value found

    Quote Originally Posted by Bo_Ry View Post
    Please try at AK3

    =IF(AM3=AM2,IF(ISNUMBER(FIND(K3,"4 OL BC 5 OL J 6 OL JT"))*(H3=H2),AK2,AK2+1),INDEX($AL$2:$BA$2,MATCH(AM3,$AK$2:$AZ$2,)))
    Perfectly working sir

    thanks once again

+ 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. Serial numbering and auto number change when date changes.
    By mss31 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-30-2019, 08:39 AM
  2. [SOLVED] Change serial number if criteria change
    By HaroonSid in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-10-2019, 04:25 AM
  3. [SOLVED] Change serial number if value is greater then 0
    By HaroonSid in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-09-2019, 04:11 AM
  4. [SOLVED] Help request to change serial number for new date
    By mso3 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-30-2016, 08:05 AM
  5. Decrease serial number if matching file found
    By beenbee in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 01-06-2014, 10:30 AM
  6. How to change Serial Number to Text
    By reneesunny in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 11-08-2013, 09:32 PM
  7. Finding a serial number in a list of serial numbers
    By zocoloco in forum Excel General
    Replies: 2
    Last Post: 02-04-2009, 05:20 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