+ Reply to Thread
Results 1 to 12 of 12

Trouble with various formulas for order tracking

  1. #1
    Registered User
    Join Date
    08-29-2018
    Location
    Indiana, US
    MS-Off Ver
    2016
    Posts
    36

    Trouble with various formulas for order tracking

    Hello, I'm relatively new to excel and having trouble getting a few formulas to work for me. Here is an example of our spreadsheet:

    Excel.Capture.PNG

    I'm having a few different issues with this.

    1) How do I show the actual duration it took to receive our order? And if it was late, automatically change the font to red?

    2) How do I set a column to auto generate a flag if an order is past due?

    3) How do I calculate the percentage of orders that are past due?

    4) How do I calculate the percentage of orders that are same day orders (ordered on the same day that they are due)?


    I know it's a lot but I'm quite out of practice. Any help or guidance would be greatly appreciated!

    Thank you!

    -K

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Trouble with various formulas for order tracking

    Hi K and welcome.

    In answer to your questions:
    1) Received Date - Order Date. To change the colour you need to use 'Conditional Formatting'
    2) You can do this with conditional formatting too using 'Icon Sets'
    3) Number past due / Total number of orders.
    4) Number of orders that where due date matches order date / Total number of orders.

    If you need more help than that, attach a sample workbook rather than a pic of one and we can go from there.

    BSB

  3. #3
    Registered User
    Join Date
    08-23-2018
    Location
    Ireland
    MS-Off Ver
    Office365
    Posts
    17

    Re: Trouble with various formulas for order tracking

    Pretty easy to do, but we need some more inputs. An example file with anonymous data would also help.

    1) Actual duration in days is simply
    Please Login or Register  to view this content.
    , assuming that the columns in your picture start at A
    1) Red font - you would use conditional formatting, but to help we would need to know which cells (column letters would do) should have red font
    2) This is also solved by a different type of conditional formatting - icon sets
    3) This is the (total number of orders where the due date = order date) / (the total number of orders) so attack it in two pieces. For simplicity, I would add another column (column K, based on your picture) to calculate the first part. In the second row of that column use the formula
    Please Login or Register  to view this content.
    and copy that down for as many rows as you have data. Then I am going to assume the cell where you want the answer to be is the one with the 25% in it right now. The formula would be:
    Please Login or Register  to view this content.
    4) This is the (total number of orders where the due date < current date) / (the total number of orders) so attack it in two pieces. For simplicity, I would add another column (column L, based on your picture) to calculate the first part. In the second row of that column use the formula
    Please Login or Register  to view this content.
    and copy that down for as many rows as you have data. Then I am going to assume the cell where you want the answer to be is the one with the 25% in it right now. The formula would be:
    Please Login or Register  to view this content.
    Hope that helps as a starter

  4. #4
    Registered User
    Join Date
    08-29-2018
    Location
    Indiana, US
    MS-Off Ver
    2016
    Posts
    36

    Re: Trouble with various formulas for order tracking

    I'm attaching a sample workbook. Hopefully this is helpful. Thank you for the quick response!!

    -K
    Attached Files Attached Files

  5. #5
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Trouble with various formulas for order tracking

    I'm confused.... Solutions to questions 1 & 2 are already in place in the attachment.

    This will answer #3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This will answer #4:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    BSB

  6. #6
    Registered User
    Join Date
    08-29-2018
    Location
    Indiana, US
    MS-Off Ver
    2016
    Posts
    36

    Re: Trouble with various formulas for order tracking

    BSB,

    Sorry for the confusion! The ones I have in place for #1 & #2 don't work in all situations. Perhaps it's just broken somewhere? I'm not sure. However, I've noticed that if the estimated duration was 0 days then no matter how many days the actual duration is, excel will not mark it as a late order and will not change the coloring of the number. So I just assumed I wasn't using an accurate formula.


    Thank you so much for all the help!!

    -K

  7. #7
    Registered User
    Join Date
    08-29-2018
    Location
    Indiana, US
    MS-Off Ver
    2016
    Posts
    36

    Re: Trouble with various formulas for order tracking

    Also, another problem that I've found with my current formulas is that if the order actually takes a shorter amount of time to be received than predicted, the column still marks it in red. Is there a way to fix that?

    Thank you!!

    -K

  8. #8
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Trouble with various formulas for order tracking

    Try this formula in the conditional formatting:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    BSB

  9. #9
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Trouble with various formulas for order tracking

    In fact, you only need to use =J5>G5 as your conditional formatting formula.

    See attached.

    BSB
    Attached Files Attached Files
    Last edited by BadlySpelledBuoy; 08-29-2018 at 03:22 PM.

  10. #10
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Trouble with various formulas for order tracking

    For the flagging issue, put the below formula in I5 and copy down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    You can leave the conditional formatting for that column as it is.

    BSB
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    08-29-2018
    Location
    Indiana, US
    MS-Off Ver
    2016
    Posts
    36

    Re: Trouble with various formulas for order tracking

    Thank you so much!! This works perfectly!!

  12. #12
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Trouble with various formulas for order tracking

    No problem. Happy to help

    BSB

+ 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] Change Order Approval Tracking
    By Rhyno86 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-13-2015, 03:46 PM
  2. rolling order forecast - order planning excel combination of formulas
    By confused44 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-17-2015, 02:01 AM
  3. Work Order Tracking
    By BigF'inG in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-24-2014, 05:18 AM
  4. Help me build an order tracking worksheet
    By brianlg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-22-2014, 11:23 PM
  5. Having trouble tracking duration against temperature and date.
    By AUS_Doug in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-13-2013, 07:26 PM
  6. COUNTIF for Re-order Tracking
    By n_navock in forum Excel General
    Replies: 1
    Last Post: 09-16-2010, 09:57 PM
  7. Tracking inventory order history
    By rjez in forum Excel General
    Replies: 1
    Last Post: 07-13-2006, 07:40 AM

Tags for this Thread

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