+ Reply to Thread
Results 1 to 4 of 4

Analyzing Transactional Data

  1. #1
    Registered User
    Join Date
    07-06-2014
    Location
    Philadelphia
    MS-Off Ver
    2016
    Posts
    12

    Analyzing Transactional Data

    I am using the data dump form our SAP system to analyze cycle times. The first table below is how I am receiving my dataset. The 2nd table is what I would like, basically trying to calculate the date difference between the release and the receipt of materials.

    While the majority of transactions are straightforward, sometimes, there are multiple receipts and releases and I am trying to figure out if there is a way to separate those line items.

    In my sample set below, Blue, green, and gray rows represent straightforward transactions with just one receipt and one release. However, the last PO has two receipts and two releases. Also, PO1 has reversal transaction # 102, which cancels the 101 transactions.

    Not sure if I can still accomplish calculations with this information. I'd appreciate if anyone can suggest any ideas. The Excel file is attached.

    Thank you in advance.Transactions Analysis.jpg
    Attached Files Attached Files

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

    Re: Analyzing Transactional Data

    Please try at
    A2:C2
    =IF($E2="","",INDEX(Data!$B:$I,AGGREGATE(15,6,ROW(Data!$E$2:$E$17)/(Data!$E$2:$E$17="Release"),ROWS(A$2:A2)),MATCH(A$1,Data!$B$1:$I$1,)))

    D2
    =IF(E2="","",INDEX(Data!$G$2:$G$17,MATCH(1,INDEX((B2=Data!$F$2:$F$17)*(Data!$H$2:$H$17=F2)*(Data!$D$2:$D$17=101),),)))

    E2:G2
    =IFERROR(INDEX(Data!G:G,AGGREGATE(15,6,ROW(Data!$E$2:$E$17)/(Data!$E$2:$E$17="Release"),ROWS(E$2:E2))),"")
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    07-06-2014
    Location
    Philadelphia
    MS-Off Ver
    2016
    Posts
    12

    Re: Analyzing Transactional Data

    Thanks Bo_Ry. Appreciate the quick response.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,421

    Re: Analyzing Transactional Data

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Analyzing data
    By Reddman in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 11-05-2018, 12:28 PM
  2. Need help with transactional software
    By uplandpoet in forum The Water Cooler
    Replies: 4
    Last Post: 11-16-2017, 08:25 PM
  3. Analyzing Data
    By wildwestarena in forum Excel General
    Replies: 28
    Last Post: 05-11-2015, 08:17 PM
  4. [SOLVED] Converting to SAS EM transactional format (vlookup?)
    By DIDArings in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-27-2014, 01:53 PM
  5. Creating a Transactional Tracking Database
    By marshymell0 in forum Access Tables & Databases
    Replies: 1
    Last Post: 01-01-2013, 09:11 PM
  6. Aligning product features into transactional columns
    By matt2345 in forum Excel General
    Replies: 4
    Last Post: 09-16-2011, 12:18 AM
  7. Data analyzing
    By NTB in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-02-2010, 12:06 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