+ Reply to Thread
Results 1 to 2 of 2

Formula to Determine Reorder Point

  1. #1
    Registered User
    Join Date
    03-13-2020
    Location
    NYC
    MS-Off Ver
    16.0 32bit
    Posts
    7

    Wink Formula to Determine Reorder Point

    Hello,
    I am attempting to determine the best date to reorder goods based on a number of interchangeable data (number of transit days, min value of safety stock). The formula result i would like is for B21 to correspond to a date in row 1. The date "trigger" would be when a value within the array of row 9 are < B19+(B20*B23), though i cannot figure out a solution that would give me the corresponding date. the solution to B22 would simply be B21+B23, though this does not work without B21 having a legitimate answer. Any help our guidance would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Formula to Determine Reorder Point

    Formula for B20 =AVERAGE(OFFSET(C4,0,0,1, MATCH(99^99,4:4)))

    Formula for B21 =INDEX(1:1,1,MIN(MATCH(B20+B20*B23,9:9,-1),MATCH(0,9:9,-1)-12))

    Formula for B22 =SUBSTITUTE(B21,".","/")+B23

    Custom Format for B22 = dd.mm.yyyy
    Attached Files Attached Files
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

+ 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: 6
    Last Post: 03-26-2019, 09:44 AM
  2. Determine max value and associated data point
    By zgall1 in forum Excel General
    Replies: 14
    Last Post: 05-08-2017, 03:04 PM
  3. If Function to Determine Basis Point Split
    By kimmycoop910 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-15-2016, 08:49 AM
  4. Determine Start and End point of data
    By Mackay2m in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-16-2015, 12:05 PM
  5. [SOLVED] Determine Point in Filtered List for Chart
    By John Michl in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-22-2006, 05:10 PM
  6. Determine Point Size of Text - Take 2
    By ben in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-09-2006, 11:10 PM
  7. [SOLVED] Determine Point Size of Text
    By ben in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-09-2006, 06:20 PM

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