+ Reply to Thread
Results 1 to 3 of 3

formula to allocate serials no list from a unique list to a another sheet

  1. #1
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,086

    formula to allocate serials no list from a unique list to a another sheet

    I have a workbook with 2 sheets --- po sheets and serials sheets .

    In po sheets column A with po numbers and column B represents the data that need a match from sheet serials sheets column A .

    If match then allocate to corresponding po sheets column B .

    However there are different po numbers which may have the serials no .

    Looking a formula to allocate
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Hydraulics's Avatar
    Join Date
    07-15-2018
    Location
    Udine - Italy
    MS-Off Ver
    Office 365
    Posts
    370

    Re: formula to allocate serials no list from a unique list to a another sheet

    I think this may be the formula you are looking for:

    =INDEX('SERIAL SHEET'!$A$2:$B$38,MATCH('PO SHEET'!A2,'SERIAL SHEET'!$A$2:$A$38,0),2)
    Attached Files Attached Files
    Aim high or don't even try.
    ---------------------------------
    If your question has been answered, don't forget to mark the thread as SOLVED.
    If you find an answer helpful, click on the star icon at the bottom of the post.

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: formula to allocate serials no list from a unique list to a another sheet

    Another way.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

+ 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. what formula could be used to allocate case to list of users randomly and equally?
    By prabhuduraraj09 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-20-2018, 04:08 PM
  2. Replies: 14
    Last Post: 08-04-2016, 02:18 PM
  3. Data Validation List - Formula to Sort and Return Unique Values in List
    By beewketu in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-14-2015, 04:18 PM
  4. [SOLVED] Need unique list based on another list and incorporating =RIGHT(...) formula
    By NS4Excel in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 03-31-2014, 10:10 PM
  5. [SOLVED] Count / Allocate number in list
    By Starkey in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-22-2013, 08:53 PM
  6. Fill serials after every unique value
    By sid_12 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-08-2011, 11:58 AM
  7. Print in continous serials from a Sheet
    By prkhan56 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-03-2005, 11:05 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