+ Reply to Thread
Results 1 to 7 of 7

Complex Forecasting Formula Needed?

  1. #1
    Registered User
    Join Date
    05-09-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    19

    Complex Forecasting Formula Needed?

    Hi all,

    Thanks for reading and helping with me this problem. I am in need to write a formula that can distinguish two different logical situations and output a formula based on which one it is.
    The first being any center that has greater than 24 months of data. The other being any center with less than 24 months of data.
    Please see the attachment for the actual file and description.

    If I left anything out please ask me to clarify.
    Thanks

    Scottie
    Attached Files Attached Files

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Complex Forecasting Formula Needed?

    Can you provide how your desire result shoudl look like?
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Registered User
    Join Date
    05-09-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Complex Forecasting Formula Needed?

    I have attached a new version of how the page should look like. Check the formuals for specefics regarding what I am looking for it to do.

    Scottie
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-16-2013
    Location
    Blair, NE
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Complex Forecasting Formula Needed?

    This entered as an array formula into BG2 on the inbound data page will work for over 24 months of data, but not under. You would need to use a helper column to perform that since you can't iterate through the rows to only select columns with enough data just through a one cell formula. Would you be fine using a helper column?

    =IF(COUNT($C2:BF2)-MATCH(TRUE,$C2:BF2>0,0)>=24,SUM(IF(MONTH(OFFSET($C$1,0,MATCH(TRUE,$C2:BF2>0,0),1,COUNT($C2:BF2)-MATCH(TRUE,$C2:BF2>0,0)))=MONTH(BG$1),OFFSET($C2,0,MATCH(TRUE,$C2:BF2>0,0),1,COUNT($C2:BF2)-MATCH(TRUE,$C2:BF2>0,0))))/INT((COUNT($C2:BF2)-MATCH(TRUE,$C2:BF2>0,0))/12),"Under 24 Months of Data")

  5. #5
    Registered User
    Join Date
    05-09-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Complex Forecasting Formula Needed?

    I am working on the formula you provided now. I am completely fine using a helper column. What would be the best way to determine greater than and less than 24 months? What is the best method to use the helper column in this case?

    Thanks for your help!

    Scottie

  6. #6
    Registered User
    Join Date
    07-16-2013
    Location
    Blair, NE
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Complex Forecasting Formula Needed?

    Forecasting Methods in Excel With Formula.xlsx

    I put two helper columns in. The first mainly for the conditional formatting and the second to help sum the centers with only over 24 months of data. The only limitation on it now is that the first column only goes out to BH right now. You'll have to change this to however far out your data goes. There is a way to make this automatic but I'm on my mac right now and have had enough of mac excel. The actual sum formula will drag to the right and downwards fine. Let me know if you have any questions.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    05-09-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Complex Forecasting Formula Needed?

    This is 100% what I am looking for. I am working through how you did it right now and will let you know if I get hung up on certain part of it. It looks fantastic. Thanks so much!!

    Scottie

+ 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. complex formula help needed!!!!!
    By emmaxstar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-09-2011, 09:28 AM
  2. Complex Formula Help Needed
    By Ivorian in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-06-2009, 03:28 AM
  3. formula for complex tallying needed
    By m2bowles in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-16-2009, 05:10 PM
  4. [SOLVED] *URGENT* - Complex formula needed
    By Stacy in forum Excel General
    Replies: 1
    Last Post: 07-01-2005, 01:05 PM
  5. Formula Needed, could be complex
    By pauldaddyadams in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-21-2005, 11:33 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