+ Reply to Thread
Results 1 to 5 of 5

Extracting the 1 level lower part numbers based on Level numbers in multi level BoM

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    671

    Extracting the 1 level lower part numbers based on Level numbers in multi level BoM

    Hello Friends

    Based on the column A `Level number' 1 level lower part numbers to be plotted as shown in the light yellow column D as results by formulas.

    Note :
    * Level `0' part numbers will usually more than one and different part numbers, but here only one `0' part number available.
    * In Light yellow cells results need to be produced for all cells but shown only for some cells for illustration purpose.

    Thanks in advance

    Sekar
    Sekar

  2. #2
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: Extracting the 1 level lower part numbers based on Level numbers in multi level BoM

    Please try

    D2
    =IF(A2>0,INDEX(B$1:B2,AGGREGATE(14,6,ROW(A$1:A2)/(1/(A$1:A2=A2-1)),1)),"--")

    Regards.

  3. #3
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,406

    Re: Extracting the 1 level lower part numbers based on Level numbers in multi level BoM

    Power Query
    Please Login or Register  to view this content.

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Extracting the 1 level lower part numbers based on Level numbers in multi level BoM

    In D2 then copy down

    =IFERROR(LOOKUP(2,1/($A$1:$A1=(A2-1)),$B$1:$B1),"")
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  5. #5
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    671

    Re: Extracting the 1 level lower part numbers based on Level numbers in multi level BoM

    Thanks to all. This is helped me to save my manual work time.

+ 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] Populating the part numbers based on Level numbers in multi level BoM
    By Sekars in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-03-2022, 04:12 AM
  2. Macro needed to convert multi-level BOM to single-level BOM as per attached file
    By AhmedSaad in forum Excel Programming / VBA / Macros
    Replies: 35
    Last Post: 05-12-2021, 08:31 AM
  3. Decimal number on lower level or higher level
    By toplisek in forum Excel General
    Replies: 11
    Last Post: 04-02-2021, 04:37 AM
  4. Replies: 2
    Last Post: 11-14-2019, 07:06 PM
  5. Format the second level of multi-level category axis - clustered chart
    By mushkitoes in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 10-04-2018, 09:30 AM
  6. Bill of Materials conversion from multi level to single level
    By susmitpatel in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-11-2013, 12:53 AM
  7. Using macro to convert single level BOM to Multi Level BOM
    By andrew_chong in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-07-2006, 04:57 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