+ Reply to Thread
Results 1 to 9 of 9

Formula for Forecasting Orders

  1. #1
    Registered User
    Join Date
    02-15-2012
    Location
    London, United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    69

    Thumbs up Formula for Forecasting Orders

    Hi All,

    I'm currently having issues at work producting a live forecast of orders placed.

    Ive attached 2 Excel documents showing what i currently update and what i need updates.

    On the "purchase order log" i'm basically logging orders placed. Depending on the product orders allows me to input the "Main & Sub Catogory" of a product. This allows me to keep in budget on the "summary" tab

    On the Account Forecast sheet i'm currently manually typing orders which fall into the order date from the "Purchase order log" This is an example which ive attached but i manage around 50 orders per day from various suppliers. You can imagine its hard to keep up and very time consuming to log everything twice.

    What i need help with is a forumla that filters through the "Lookup", "Supplier", "Order date" & "Manual Order Value"columns on the PO log and uses this information to put the correct value into the correct cell on the Account Forecast Sheet on the correct Tab.

    I was thinking of using =SUMIFS but finding it hard to filter through 4 different columns to enable the values to go into the correct cells on the Forecast sheet. Ive highlighted on the Account forecast sheet cell "J5" which shows the value on the PO Log if it was a cleaning order.

    please find documents attached

    Any help would be greatly apprichated. This is driving me crazy and time consuming.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    06-26-2013
    Location
    Makati
    MS-Off Ver
    Excel 2010
    Posts
    138

    Re: Formula for Forecasting Orders

    Hi caf20012,

    Maybe you can use sumproduct for this case. try to put below formula in the cell that you highlighted and copy as needed, tell me if anything wrong..

    Please Login or Register  to view this content.
    And btw what do you mean by
    using =SUMIFS but finding it hard to filter through 4 different columns to enable the values to go into the correct cells on the Forecast sheet
    i found this method easier than sumproduct, all you need to do is play with the absolute reference
    Last edited by Jul Stev; 10-18-2013 at 07:24 AM.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Formula for Forecasting Orders

    Quote Originally Posted by Jul Stev View Post
    all you need to do is play with the absolute reference
    You should rather know when and how to use them than to play with

  4. #4
    Forum Contributor
    Join Date
    06-26-2013
    Location
    Makati
    MS-Off Ver
    Excel 2010
    Posts
    138

    Re: Formula for Forecasting Orders

    well, thats true zbor.. but i actually learn how to use it by playing with it :D

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Formula for Forecasting Orders

    Find some cool video and then after that play a lot more
    like:
    http://www.youtube.com/watch?v=NmVMjQzseLA

  6. #6
    Registered User
    Join Date
    02-15-2012
    Location
    London, United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    69

    Re: Formula for Forecasting Orders

    Hi Jul Stev,

    Excellent work! It seems to be working correctly and performing the function i need. My next question is that formula is pulling information live from my manual data entering. On the Account forecast sheet there will be days ill need to predict the value of orders. The Formula you provide practically overwrites my manual entries and sets them to 0. Is there a way of putting a manual figure in a cell which includes the formula and if an order is placed for that date (Added to the Purchase order log) it updates the value with the actual instead of the predicted one entered?

    This is only because the majority of the month i need to predict the spend and if i've entered live orders it needs to override the predicted so i can continuously give a live forecast of month end spend at any date.

    Appreciate the information you've given so far! Work exceptionally well!

  7. #7
    Registered User
    Join Date
    02-15-2012
    Location
    London, United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    69

    Re: Formula for Forecasting Orders

    Anyone who can help with my question above?

  8. #8
    Registered User
    Join Date
    02-15-2012
    Location
    London, United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    69

    Re: Formula for Forecasting Orders

    I'm using this formula =SUMPRODUCT(('[Purchase Order Log.xlsx]Orders'!$C$3:$C$17=$A5)*('[Purchase Order Log.xlsx]Orders'!$H$3:$H$17=$C5)*('[Purchase Order Log.xlsx]Orders'!$L$3:$L$17=J$4)*('[Purchase Order Log.xlsx]Orders'!$P$3:$P$17))

    If the values between $C$3:$C$17 is too large its giving me a #value! error in the cell.

    Could i use array 2 to continue the remaining cells if the difference between the selected cells is too high?

    (example
    =SUMPRODUCT(('[Purchase Order Log.xlsx]Orders'!$C$3:$C$17=$A5)*('[Purchase Order Log.xlsx]Orders'!$H$3:$H$17=$C5)*('[Purchase Order Log.xlsx]Orders'!$L$3:$L$17=J$4)*('[Purchase Order Log.xlsx]Orders'!$P$3:$P$17)),(('[Purchase Order Log.xlsx]Orders'!$C$17:$C$20=$A5)*('[Purchase Order Log.xlsx]Orders'!$H$17:$H$20=$C5)*('[Purchase Order Log.xlsx]Orders'!$L$17:$L$20=J$4)*('[Purchase Order Log.xlsx]Orders'!$P$17:$P$20))

    Ive tried using $C:$C but because ive got filters it won't allow me too use.

    The current Formula i'm trying now is as follows:
    =SUMPRODUCT(('[POLOG]SGH'!$C$2018:$C$2500=$A5)*('[POLOG]SGH'!$I$2018:$I$2500=$C5)*('[POLOG]SGH'!$M$2018:$M$2500=D$4)*('[POLOG]SGH'!$Q$2018:$Q$2500),(('[POLOG]SGH'!$C$2501:$C$2502=$A5)*('[POLOG]SGH'!$I$2501:$I$2502=$C5)*('[POLOG]SGH'!$M$2501:$M$2502=D$4)*('[POLOG]SGH'!$Q$2501:$Q$2502)))

    The formula above is giving me an #VALUE! error, Really frustrating as if i extend cells 2018:2500 to example 3000 it gives an error as well.
    Last edited by caf20012; 10-21-2013 at 04:06 AM.

  9. #9
    Registered User
    Join Date
    02-15-2012
    Location
    London, United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    69

    Re: Formula for Forecasting Orders

    Solved,

    PO Log has a comma after the value which the formula didn't like.

    Thanks for the help!

+ 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. Create orders log and monthly report for all orders
    By adfo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-20-2013, 09:39 AM
  2. Need a formula that counts orders
    By N Harkawat in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 12:05 PM
  3. Need a formula that counts orders
    By Watercolor artist in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  4. [SOLVED] Need a formula that counts orders
    By Watercolor artist in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  5. Need a formula that counts orders
    By Watercolor artist in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-24-2005, 12: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