+ Reply to Thread
Results 1 to 2 of 2

Want to segrigate data that has same order number, particular bill codes & same qty

  1. #1
    Registered User
    Join Date
    01-09-2013
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    1

    Want to segrigate data that has same order number, particular bill codes & same qty

    Hi All,

    Please help me in extracting data from master file to another excel sheet. Below are the conditions

    1. There are many order numbers - so I want all the order numbers which has running bill codes i.e. 4256 & 4257/4236 & 4237 etc, along with bill code 220/398.
    2. Also rate for running bill code should be same. Below is the example of how extracted data should look like and attached excel with full data.

    Order Number Bill Code Description Bill Division Id Bill Department Id Dept Bill Unit Qty
    195955748 220 TRANSPORTATION HANDLING 3-INPATIENT 3003600-862 <B> 12
    195955748 4256 #2000 STANDARD CARTON LTR/LGL, BOT 3-INPATIENT 3003600-862 <B> 50
    195955748 4257 #2000 STANDARD CARTON LTR/LGL, TOP 3-INPATIENT 3003600-862 <B> 50

    Please let me know if you need any other details.

    Thanks,
    Sanjeev
    Attached Files Attached Files

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Want to segrigate data that has same order number, particular bill codes & same qty

    In Sheet Two A2 =IFERROR(INDEX('Sample Data'!$F$2:$F$256,MATCH(0,COUNTIFS(Sheet1!$A$1:A1,'Sample Data'!$F$2:$F$256),0)),"")with Ctrl+Shift+Enter for Unique Value and drag it down.

    A2
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In Sheet Two B2 =IFERROR(INDEX('Sample Data'!G$2:G$256,MATCH(Sheet1!$A2,'Sample Data'!$F$2:$F$256,0),MATCH(Sheet1!B$1,'Sample Data'!$F$1:$L$1,0)-COLUMNS($A$1:A1)),"")with Ctrl+Shift+Enter for Unique Value and drag it right and down.

    B2
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Excel sheet is attached for your information pls.
    Attached Files Attached Files
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

+ 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. order dates by A-Z given sheet is ordered by codes on different column
    By elenama in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-07-2015, 07:01 AM
  2. How to sort datas in ascending order through VBA Codes
    By PRADEEPB270 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-01-2014, 04:52 AM
  3. new order of bill number as of date
    By kghisla in forum Excel General
    Replies: 0
    Last Post: 05-27-2011, 05:01 PM
  4. Bill of Material Sum Total if a certain Part number
    By toomuchtv in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-12-2011, 03:48 AM
  5. [SOLVED] Arrange the part codes in nearby matching order
    By PRADEEPB270 in forum Excel General
    Replies: 4
    Last Post: 02-20-2010, 12:52 AM
  6. Calculate number of dollar bill denominations to go into a cash bag
    By duteberta in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2009, 12:53 PM
  7. Replies: 1
    Last Post: 09-29-2005, 02:05 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