+ Reply to Thread
Results 1 to 2 of 2

best method for automating a process of checking against a master file?

  1. #1
    Registered User
    Join Date
    05-10-2019
    Location
    melbourne, australia
    MS-Off Ver
    microsoft 365
    Posts
    4

    best method for automating a process of checking against a master file?

    Hi all

    just a question around what would be the best course of action to get the below process automated. would it be a Macro/VBN? just after some guidance and to get pointed in the right direction then I can engage with someone to do the work.

    Once a week we receive a SOH report which shows product qty's and best before dates which we then have to manually go though by line and see if anything is coming up close to best before date. (small example attached) what I am trying to do is if we have a master workbook (second sheet tab1) with the minimum best before for each product code can something be setup to automatically check all the codes and best before dates and return them in a way that shows things that are within 30, 60 , 90 , 120 days of minimum best before. (example of returned values in second sheet tab2)

    this way we can easily run it and see what items are coming up on best before date.

    thanks
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,522

    Re: best method for automating a process of checking against a master file?

    First I would suggest putting the SOH report in the master data workbook. As you are using Excel 365 you could utilize Get & Transform (Power Query) for this.
    A formula based way to accomplish the table on the Return Information sheet would be to use the following:
    1. For the Codes:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    2. For the quantities:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note that the values in row 10 are obtained using: =VALUE(LEFT(B11,SEARCH(" ",B11)-1)) and may be hidden by choosing white font for those cells (for aesthetic purposes)
    Note that the date in cell A10 could be populated using: =TODAY() although that would produce all blank cells with the dates that were provided in the SOH example
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Replies: 2
    Last Post: 02-19-2014, 11:48 AM
  2. Multiple files to 1 'master' file - best process??
    By RossInk in forum Excel General
    Replies: 1
    Last Post: 12-19-2013, 12:49 PM
  3. Need help in automating process of obtaining URL from Google
    By joparo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-14-2013, 06:52 PM
  4. Automating data input
    By Alto101 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-06-2012, 11:45 AM
  5. Automating a boring process
    By blakrapter in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-15-2012, 03:03 AM
  6. Automating a Person-To-Task Distribution Process using Excel.
    By e4excel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-21-2011, 09:44 AM
  7. Help automating a process
    By styphon in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-29-2008, 10:21 AM
  8. automating a process in pivot tables
    By AmyTaylor in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-15-2006, 11:09 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